-
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
Support for aws_vpc support new attribute Ipv6CidrBlockNetworkBorderGroup #22450
Support for aws_vpc support new attribute Ipv6CidrBlockNetworkBorderGroup #22450
Conversation
…derGroup #15766 with test results
$ make testacc TESTARGS='-run=TestAccVPC_' ACCTEST_PARALLELISM=5 PKG=ec2 |
…be run in a specific region using a local zone
This reverts commit ac9d649.
@ewbankkit Many thanks for the support. If I may ask, why don't we ignore the .tflint.hcl' files? |
@NetDevAutomate The |
Thank you, that makes sense. Still lots to learn and as always very grateful for the support. Much appreciated. |
As discussed elsewhere, I think you'll need to add
|
Kit - fully agree, I got your comments through another mechanism and understand why. I've updated locally and running the tests to make sure they all pass. Assuming they do, I'll update the code. |
Modified as per @ewbankkit's advice. $ make testacc TESTARGS='-run=TestAccVPC_' ACCTEST_PARALLELISM=5 PKG=ec2 |
…ional and modified tests to accomodate for the chagnes
@NetDevAutomate Looks like you forgot to push the commit(s) 😄. |
MUCH more coffee needed :-) On their way.... how embarrassing. |
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 🚀.
--- PASS: TestAccEC2VPCDataSource_basic (35.11s)
--- PASS: TestAccVPC_DefaultTags_updateToResourceOnly (45.17s)
--- PASS: TestAccVPC_ignoreTags (55.44s)
--- PASS: TestAccVPC_tags (74.98s)
--- PASS: TestAccVPC_tenancy (68.15s)
--- PASS: TestAccVPC_assignGeneratedIPv6CIDRBlockWithBorder (69.39s)
--- PASS: TestAccVPC_classicLinkOptionSet (25.99s)
--- PASS: TestAccVPC_assignGeneratedIPv6CIDRBlock (69.65s)
--- PASS: TestAccVPC_classicLinkDNSSupportOptionSet (27.13s)
--- PASS: TestAccVPC_disappears (14.73s)
--- PASS: TestAccVPC_bothDNSOptionsSet (37.27s)
--- PASS: TestAccVPC_update (50.94s)
--- PASS: TestAccVPC_DynamicResourceTagsMergedWithLocals_ignoreChanges (41.61s)
--- PASS: TestAccVPC_disabledDNSSupport (36.23s)
--- PASS: TestAccVPC_defaultAndIgnoreTags (48.97s)
--- PASS: TestAccVPC_DynamicResourceTags_ignoreChanges (42.64s)
--- PASS: TestAccVPC_DefaultTags_updateToProviderOnly (37.75s)
--- PASS: TestAccEC2VPCDataSource_CIDRBlockAssociations_multiple (51.36s)
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_overlappingTag (56.85s)
--- PASS: TestAccEC2VPCDataSource_ipv6Associated (29.07s)
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_duplicateTag (1.07s)
--- PASS: TestAccVPC_basic (24.56s)
--- PASS: TestAccVPC_DefaultTags_providerOnly (55.44s)
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_nonOverlappingTag (55.44s)
@drewmullen I can merge once you're OK. |
@ewbankkit LGTM and passed all BYOIP tests: $ make testacc TESTS=TestAccVPCIpam_ByoipIPv6 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='TestAccVPCIpam_ByoipIPv6' -timeout 180m
=== RUN TestAccVPCIpam_ByoipIPv6
=== PAUSE TestAccVPCIpam_ByoipIPv6
=== CONT TestAccVPCIpam_ByoipIPv6
--- PASS: TestAccVPCIpam_ByoipIPv6 (2293.35s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 2296.647s nice work @NetDevAutomate ! |
Thank you, @ewbankkit and @drewmullen. As still early in my contributing days, your support has been invaluable and hugely appreciated. I now hope to get increasingly involved and take on bigger PRs. Again, my most sincere thanks to you both. |
This functionality has been released in v3.72.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. |
aws_vpc support new attribute Ipv6CidrBlockNetworkBorderGroup
Closes #15766.
Community Note
Output from acceptance testing: