-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
data/aws_vpc_ipam_preview_next_cidr #22643
Conversation
9bc2335
to
f04e0c9
Compare
f04e0c9
to
1a3f571
Compare
The last commit is a result of |
Its not clear to me what is failing here. I have run the following commands locally:
There are several errors for deadlinks but they all work fine for me: example: https://www.terraform.io/docs/configuration/outputs.html |
This reverts commit 4148f43.
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 🚀.
% make testacc TESTS=TestAccDataSourceVPCIpamPreviewNextCidr_ PKG=ec2 ACCTEST_PARALLELISM=1
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 1 -run='TestAccDataSourceVPCIpamPreviewNextCidr_' -timeout 180m
=== RUN TestAccDataSourceVPCIpamPreviewNextCidr_ipv4Basic
=== PAUSE TestAccDataSourceVPCIpamPreviewNextCidr_ipv4Basic
=== RUN TestAccDataSourceVPCIpamPreviewNextCidr_ipv4Allocated
=== PAUSE TestAccDataSourceVPCIpamPreviewNextCidr_ipv4Allocated
=== RUN TestAccDataSourceVPCIpamPreviewNextCidr_ipv4DisallowedCidr
=== PAUSE TestAccDataSourceVPCIpamPreviewNextCidr_ipv4DisallowedCidr
=== CONT TestAccDataSourceVPCIpamPreviewNextCidr_ipv4Basic
--- PASS: TestAccDataSourceVPCIpamPreviewNextCidr_ipv4Basic (77.26s)
=== CONT TestAccDataSourceVPCIpamPreviewNextCidr_ipv4DisallowedCidr
--- PASS: TestAccDataSourceVPCIpamPreviewNextCidr_ipv4DisallowedCidr (59.17s)
=== CONT TestAccDataSourceVPCIpamPreviewNextCidr_ipv4Allocated
--- PASS: TestAccDataSourceVPCIpamPreviewNextCidr_ipv4Allocated (69.27s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 209.010s
This functionality has been released in v3.73.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Relates OR Closes #22637
Output from acceptance testing: