-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
b/aws_vpc_ipam_pool_cidr_allocation-read description
and netmask_length
#38618
b/aws_vpc_ipam_pool_cidr_allocation-read description
and netmask_length
#38618
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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 TESTARGS='-run=TestAccIPAMPoolCIDRAllocation_' PKG=ec2 ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.5 test ./internal/service/ec2/... -v -count 1 -parallel 3 -run=TestAccIPAMPoolCIDRAllocation_ -timeout 360m
=== RUN TestAccIPAMPoolCIDRAllocation_ipv4Basic
=== PAUSE TestAccIPAMPoolCIDRAllocation_ipv4Basic
=== RUN TestAccIPAMPoolCIDRAllocation_ipv4Description
=== PAUSE TestAccIPAMPoolCIDRAllocation_ipv4Description
=== RUN TestAccIPAMPoolCIDRAllocation_disappears
=== PAUSE TestAccIPAMPoolCIDRAllocation_disappears
=== RUN TestAccIPAMPoolCIDRAllocation_ipv4BasicNetmask
=== PAUSE TestAccIPAMPoolCIDRAllocation_ipv4BasicNetmask
=== RUN TestAccIPAMPoolCIDRAllocation_ipv4DisallowedCIDR
=== PAUSE TestAccIPAMPoolCIDRAllocation_ipv4DisallowedCIDR
=== RUN TestAccIPAMPoolCIDRAllocation_multiple
=== PAUSE TestAccIPAMPoolCIDRAllocation_multiple
=== RUN TestAccIPAMPoolCIDRAllocation_differentRegion
=== PAUSE TestAccIPAMPoolCIDRAllocation_differentRegion
=== CONT TestAccIPAMPoolCIDRAllocation_ipv4Basic
=== CONT TestAccIPAMPoolCIDRAllocation_ipv4DisallowedCIDR
=== CONT TestAccIPAMPoolCIDRAllocation_disappears
--- PASS: TestAccIPAMPoolCIDRAllocation_ipv4DisallowedCIDR (70.25s)
=== CONT TestAccIPAMPoolCIDRAllocation_ipv4BasicNetmask
--- PASS: TestAccIPAMPoolCIDRAllocation_ipv4Basic (70.94s)
=== CONT TestAccIPAMPoolCIDRAllocation_ipv4Description
--- PASS: TestAccIPAMPoolCIDRAllocation_disappears (71.57s)
=== CONT TestAccIPAMPoolCIDRAllocation_differentRegion
--- PASS: TestAccIPAMPoolCIDRAllocation_differentRegion (80.61s)
=== CONT TestAccIPAMPoolCIDRAllocation_multiple
--- PASS: TestAccIPAMPoolCIDRAllocation_ipv4Description (89.89s)
--- PASS: TestAccIPAMPoolCIDRAllocation_ipv4BasicNetmask (91.09s)
--- PASS: TestAccIPAMPoolCIDRAllocation_multiple (69.28s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 226.545s
@GlennChia Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.61.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. |
Description
Practitioner-facing changes
description
andnetmask_length
into state. This allows the resource to be imported when those arguments are specifiedInternal changes
description
create, import, re-createnetmask_length
import, re-createnetmask_length
attribute whencidr
argument is used in createRelations
Closes #38613
Closes #38614
References
Output from Acceptance Testing