Skip to content

Promote Tags to GA for VPN #16606

Merged
melinath merged 3 commits into
GoogleCloudPlatform:mainfrom
NandiniAgrawal15:vpn-tg-v1
Mar 5, 2026
Merged

Promote Tags to GA for VPN #16606
melinath merged 3 commits into
GoogleCloudPlatform:mainfrom
NandiniAgrawal15:vpn-tg-v1

Conversation

@NandiniAgrawal15

@NandiniAgrawal15 NandiniAgrawal15 commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

VPN tagging at creation Hz - b/374261939
Release Note Template for Downstream PRs (will be copied)

compute: added `params` field to `google_compute_vpn_tunnel` resource (GA)
compute: added `params` field to `google_compute_vpn_gateway` resource (GA)
compute: added `params` field to `google_compute_external_vpn_gateway` resource (GA)
compute: added `params` field to `google_compute_ha_vpn_gateway` resource (GA)

…latform#16587)

<!--
Complete the self-review checklist to help speed up the review process: https://googlecloudplatform.github.io/magic-modules/contribute/review-pr/

If your PR is still work in progress, please create it in draft mode.

Put a description of what this PR is for here, along with any references to issues that this resolves or contributes to.
For example: Fixes https://github.com/hashicorp/terraform-provider-google/issues/ISSUE_ID
-->

**Release Note Template for Downstream PRs (will be copied)**

See [Write release notes](https://googlecloudplatform.github.io/magic-modules/contribute/release-notes/) for guidance.

```release-note:REPLACEME

```
@NandiniAgrawal15 NandiniAgrawal15 changed the title Update Test Generation: fix RandString + vars overrides (#16587) Promote Tags to GA for VPN Mar 4, 2026
@NandiniAgrawal15

Copy link
Copy Markdown
Contributor Author

Local Testing: VPN-Gateway

@modular-magician

Copy link
Copy Markdown
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 19 files changed, 453 insertions(+), 14 deletions(-))
google-beta provider: Diff ( 7 files changed, 16 insertions(+), 21 deletions(-))
terraform-google-conversion: Diff ( 8 files changed, 160 insertions(+))

@modular-magician

Copy link
Copy Markdown
Collaborator

Non-exercised tests

🔴 Tests were added that are GA-only additions and require manual runs:

  • TestAccComputeExternalVPNGateway_resourceManagerTags
  • TestAccComputeHaVpnGateway_resourceManagerTags
  • TestAccComputeVpnTunnel_resourceManagerTags

Tests analytics

Total tests: 1372
Passed tests: 1282
Skipped tests: 90
Affected tests: 0

Click here to see the affected service packages
  • compute

🟢 All tests passed!

View the build log

@NandiniAgrawal15 NandiniAgrawal15 marked this pull request as ready for review March 4, 2026 12:54
@github-actions github-actions Bot requested a review from melinath March 4, 2026 12:55
@github-actions

github-actions Bot commented Mar 4, 2026

Copy link
Copy Markdown

Googlers: For automatic test runs see go/terraform-auto-test-runs.

@melinath, 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.

@melinath

melinath commented Mar 4, 2026

Copy link
Copy Markdown
Member

@melinath melinath left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the vpn gateway resource is missing a test for resource_manager_tags? Could you add one? A new "full" example that also sets optional fields should be sufficient. (The "basic" example should just cover the required fields.)

@github-actions github-actions Bot requested a review from melinath March 5, 2026 08:38
@modular-magician

Copy link
Copy Markdown
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 19 files changed, 453 insertions(+), 14 deletions(-))
google-beta provider: Diff ( 7 files changed, 16 insertions(+), 21 deletions(-))
terraform-google-conversion: Diff ( 8 files changed, 160 insertions(+))

@modular-magician

Copy link
Copy Markdown
Collaborator

Non-exercised tests

🔴 Tests were added that are GA-only additions and require manual runs:

  • TestAccComputeExternalVPNGateway_resourceManagerTags
  • TestAccComputeHaVpnGateway_resourceManagerTags
  • TestAccComputeVpnTunnel_resourceManagerTags

Tests analytics

Total tests: 1376
Passed tests: 1286
Skipped tests: 90
Affected tests: 0

Click here to see the affected service packages
  • compute

🟢 All tests passed!

View the build log

@modular-magician

Copy link
Copy Markdown
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 19 files changed, 648 insertions(+), 14 deletions(-))
google-beta provider: Diff ( 8 files changed, 211 insertions(+), 21 deletions(-))
terraform-google-conversion: Diff ( 8 files changed, 160 insertions(+))
Open in Cloud Shell: Diff ( 4 files changed, 177 insertions(+))

@modular-magician

Copy link
Copy Markdown
Collaborator

Non-exercised tests

🔴 Tests were added that are GA-only additions and require manual runs:

  • TestAccComputeExternalVPNGateway_resourceManagerTags
  • TestAccComputeHaVpnGateway_resourceManagerTags
  • TestAccComputeVpnTunnel_resourceManagerTags

Tests analytics

Total tests: 1377
Passed tests: 1286
Skipped tests: 90
Affected tests: 1

Click here to see the affected service packages
  • compute

Action taken

Found 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccComputeVpnGateway_targetVpnGatewayTagsExample

Get to know how VCR tests work

@modular-magician

Copy link
Copy Markdown
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccComputeVpnGateway_targetVpnGatewayTagsExample [Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🟢 All tests passed!

View the build log or the debug log for each test

@melinath melinath added this pull request to the merge queue Mar 5, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Mar 5, 2026
@melinath melinath added this pull request to the merge queue Mar 5, 2026
Merged via the queue into GoogleCloudPlatform:main with commit de3d280 Mar 5, 2026
24 checks passed
aditikumarii-google pushed a commit to aditikumarii-google/magic-modules that referenced this pull request Mar 10, 2026
ChuAmberZhang pushed a commit to ChuAmberZhang/magic-modules that referenced this pull request Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants