Fix test failure splitting TestAccAWSNetworkAclRule_ipv6VpcAssignGene…#14918
Conversation
bflad
left a comment
There was a problem hiding this comment.
Hi @angelabad 👋 Thank you for submitting this. Splitting up the configuration to remove the count usage is a great idea, however we will still want the test itself to include the two TestStep in the same test -- this allows us to verify that an in-place update of the assign_generated_ipv6_cidr_block argument from false to true properly updates the resource.
|
Thanks @bflad for your comment, I will take a look next week. |
…ratedIpv6CidrBlockUpdate
6cd6d3a to
c712eec
Compare
bflad
left a comment
There was a problem hiding this comment.
Thanks so much, @angelabad 🚀
Output from acceptance testing:
--- PASS: TestAccAWSNetworkAclRule_ipv6VpcAssignGeneratedIpv6CidrBlockUpdate (48.78s)
|
This has been released in version 3.6.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 for triage. Thanks! |
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #14567
Release note for CHANGELOG:
I created TestSteps to avoid count use.
Output from acceptance testing: