Inappropriate value for attribute "route" - "ipv6_cidr_block" is required #13854
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
With the 'ipv6_cidr_block' commented out...
Uncommented, with a blank string provided (which was working fine before I upgraded the provider)...
Expected Behavior
The
ipv6_cidr_block
attribute should be Optional as per docs...https://www.terraform.io/docs/providers/aws/r/route_table.html#ipv6_cidr_block
Actual Behavior
As per message in Debug Output, not only is this attribute no longer optional, but it also appears to expect an IPV4 address for a field that you would expect to take an IPV6 subnet value.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: