[Bug]: enable IPv6, apply error occurred #32897
Labels
bug
Addresses a defect in current functionality.
service/vpc
Issues and PRs that pertain to the vpc service.
Milestone
Terraform Core Version
1.5.4
AWS Provider Version
5.11.0
Affected Resource(s)
Expected Behavior
The expected behavior was to associate an ipv6_cidr_block with an aws_subnet where ipv6_cidr_block was originally null. At the same time, I intended to set enable_dns64 and enable_resource_name_dns_aaaa_record_on_launch to true.
Actual Behavior
the actual behavior encountered an error, preventing the ability to set enable_dns64 to true due to the requirement of having an associated ipv6_cidr_block.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
1. Create IPv4 only vpc and subnet
2. Enable IPv6
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: