-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Revert "fix: Update config.go and framework_config.go to use transport.Creds for all cases"" #7955
Conversation
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 2 files changed, 6 insertions(+), 10 deletions(-)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've checked that unreverting this + applying your other change has the intended effect, right? Just to make sure haha
Yeah, I tested it locally with the other fix on top of the provider prior to the original PR revert, and it worked as intended. |
Tests analyticsTotal tests: Action takenFound 9 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccDataSourceGoogleFirebaseAndroidAppConfig|TestAccComputeFirewallPolicyRule_multipleRules|TestAccBigtableAppProfile_bigtableAppProfileMulticlusterExample|TestAccBigtableAppProfile_bigtableAppProfileAnyclusterExample|TestAccAlloydbCluster_missingLocation|TestAccApigeeKeystoresAliasesPkcs12_ApigeeKeystoresAliasesPkcs12Example|TestAccDataSourceAlloydbLocations_basic|TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample|TestAccAlloydbBackup_missingLocation |
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
…transport.Creds for all cases"" (GoogleCloudPlatform#7955)
…transport.Creds for all cases"" (GoogleCloudPlatform#7955)
…transport.Creds for all cases"" (GoogleCloudPlatform#7955)
Reverts #7948
The original PR #7875 does not cause the error in hashicorp/terraform-provider-google#14602. Therefore, bring back the feature.