Subnetnetwork: replaced ipv6CidrRange with internalIpV6Prefix#8370
Conversation
…v6Prefix available in the APIs
|
Hello! I am a robot who works on Magic Modules PRs. I've detected that you're a community contributor. @ScottSuarez, a repository maintainer, has been assigned to assist you and help review your changes. ❓ First time contributing? Click here for more detailsYour assigned reviewer will help review your code by:
You can help make sure that review is quick by running local tests and ensuring they're passing in between each push you make to your PR's branch. Also, try to leave a comment with each push you make, as pushes generally don't generate emails. If your reviewer doesn't get back to you within a week after your most recent change, please feel free to leave a comment on the issue asking them to take a look! In the absence of a dedicated review dashboard most maintainers manage their pending reviews through email, and those will sometimes get lost in their inbox. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: 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. If you intend to make this change you will need to wait for a major release window. An Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 2 files changed, 4 insertions(+), 4 deletions(-)) |
Tests analyticsTotal tests: Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccContainerAwsNodePool_BetaBasicHandWritten|TestAccComputeFirewallPolicyRule_multipleRules |
|
|
|
Is there a value I can set to see this value returned? Want to validate this locally. |
|
Hi @ScottSuarez, sure this is the resources you can use to create a dual stack network and subnet: resource "google_compute_network" "network" { resource "google_compute_subnetwork" "subnet" { output "subnet" { I tested locally with a similar setup so it should work, of course feel free to reach out if you have any issue. |
|
Sorry, renaming a field is considered breaking change that we can't include in our minor release, even if it is an unused, unpopulated field. I'm reverting this change now. |
As per the PR title this PR replaces never used and populated attribute ipv6CidrRange with internalIpv6Prefix available on the Subnetwork resource as per official documentation available at the following link.
A locally generated provider was tested to determine whether it correctly populated the new attribute with the IPv6 prefix returned from the API. The provider was found to be functioning correctly, and the new attribute was populated with the correct IPv6 prefix.
If this PR is for Terraform, I acknowledge that I have:
make testandmake lintin the generated providers to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)