networkservices: added allow_global_access to google_network_services_gateway#18332
Conversation
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @shuyama1, 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 for commit 0dbff63: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
🟢 All tests passed! View the recording VCR build log or the debug logs folder for detailed results. @ashishch432, @shuyama1 VCR tests complete for 0dbff63! |
Adds the
allow_global_accessfield to thegoogle_network_services_gatewayresource.As noted in GCP Console and observed via testing, this field cannot be updated in-place on the
SECURE_WEB_GATEWAYproxy after creation. Thus, it is marked as immutable so Terraform can correctly handle updates by recreating the resource.