hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.36k stars 1.75k forks source link

Refactor muxing 1 : Re-use same config to configure the SDK and PF providers, fix VCR testing #20426

Closed modular-magician closed 23 hours ago

modular-magician commented 23 hours ago

Fixes https://github.com/hashicorp/terraform-provider-google/issues/19197 Fixes https://github.com/hashicorp/terraform-provider-google/issues/18774 Fixes https://github.com/hashicorp/terraform-provider-google/issues/20280

Summary

This PR:

Things to pay attention to during review/testing


provider: refactored how the provider configuration is handled internally

Derived from https://github.com/GoogleCloudPlatform/magic-modules/pull/11903