-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Revert "Add bac to backend service" #13378
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 "Add bac to backend service" #13378
Conversation
This reverts commit 44c0fbb.
Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: see go/terraform-auto-test-runs to set up automatic test runs. @zli82016, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
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.
Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. |
No customers is using this feature yet, so it's not a breaking change. |
Tests analyticsTotal tests: 1139 Click here to see the affected service packages
🟢 All tests passed! View the build log |
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.
LGTM
authentication_config
field depends on google_network_security_backend_authentication_config
resource, which is only available in beta
The test TestAccComputeBackendService_backendServiceTlsSettingsExample
also failed in nightly beta.
------- Stdout: -------
=== RUN TestAccComputeBackendService_backendServiceTlsSettingsExample
=== PAUSE TestAccComputeBackendService_backendServiceTlsSettingsExample
=== CONT TestAccComputeBackendService_backendServiceTlsSettingsExample
resource_compute_backend_service_generated_test.go:752: Step 1/2 error: Error running pre-apply refresh: exit status 1
Error: Unsupported argument
on terraform_plugin_test.tf line 9, in resource "google_compute_backend_service" "default":
9: subjectAltNames = [
An argument named "subjectAltNames" is not expected here.
Error: Incorrect attribute value type
on terraform_plugin_test.tf line 17, in resource "google_compute_backend_service" "default":
17: authentication_config = [google_network_security_backend_authentication_config.default.id]
Inappropriate value for attribute "authentication_config": string required.
--- FAIL: TestAccComputeBackendService_backendServiceTlsSettingsExample (0.50s)
FAIL
c85d0ce
I tested it locally, and the field does't work at all with the error
|
Yep, that is the reason why I want to roll this changes back. Once error you see will be fixed, I’ll open a new pr with this changes. Thanks for reviewing this! |
Reverts #13213
Causing hashicorp/terraform-provider-google#21884, and can't be fixed at the moment because of the blockers on the GCP side.