You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue. As a workaround, I forked this project into: https://github.com/sharath-yml/terraform-aws-vpc and added this option for myself. I will spend more time on this later, and probably raise a PR on this after some time.
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
I don't find a way to specify
assign_ipv6_address_on_creation
for subnets in the vpc module, which is available as part ofaws_subnet
resource.### Sample vpc config:
Result:
Error: module "vpc": "assign_ipv6_address_on_creation" is not a valid argument
The text was updated successfully, but these errors were encountered: