Promote NCC Gateway Spokes and Gateway Advertised Routes to General A…#18225
Promote NCC Gateway Spokes and Gateway Advertised Routes to General A…#18225abhijeetkjha-google wants to merge 1 commit into
Conversation
…vailability (GA). This PR promotes the `gateway` block on `google_network_connectivity_spoke`, the `ncc_gateway` attribute on `google_compute_router`, and the standalone `google_network_connectivity_gateway_advertised_route` resource from Beta to GA. It also updates the reference documentation links, sample templates, and acceptance test generator wrappers for full GA compatibility. Fixes: b/531557361 Reference Beta PR: GoogleCloudPlatform#15198 ```release-note:enhancement networkconnectivity: promoted `gateway` field in `google_network_connectivity_spoke` to GA networkconnectivity: promoted `google_network_connectivity_gateway_advertised_route` resource to GA compute: promoted `ncc_gateway` field in `google_compute_router` to GA ```
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @malhotrasagar2212, 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 8dd4242: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportImportant Manual Verification Required (GA-only additions) The following tests are GA-only additions and cannot be run by VCR in Beta mode. Please verify them manually: 🔴 TestAccComputeRouter_routerNccGwExample Analytics
Affected Service Packages
Step 1: Replaying Mode 🟢 All tests passed in Replaying mode! No Recording was needed. Caution Issues requiring attention before PR completion 🔴 Manual Verification Required: New tests were added that are skipped in presubmit tests. See the "Manual Verification Required" section at the top for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the replaying VCR build log @abhijeetkjha-google, @malhotrasagar2212 VCR tests complete for 8dd4242! |
This PR promotes the
gatewayblock ongoogle_network_connectivity_spoke, thencc_gatewayattribute ongoogle_compute_router, and the standalonegoogle_network_connectivity_gateway_advertised_routeresource from Beta to GA. It also updates the reference documentation links, sample templates, and acceptance test generator wrappers for full GA compatibility.Fixes: b/531557361
Reference Beta PR: #15198