can't remove ipv6_cidr_block from aws_subnet #10815
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Removing a previously-applied
ipv6_cidr_block
parameter fromaws_subnet
does not produce the expected behavior of removing the IPv6 CIDR.Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Steps to Reproduce
terraform apply
creates the VPC (with IPv6) and subnet (IPv4-only), as expected
Uncomment the
ipv6_cidr_block
lineterraform apply
updates the subnet in-place to add ipv6_cidr_block, as expected
Re-comment the
ipv6_cidr_block
lineterraform apply
Expected: should update the subnet to remove ipv6_cidr_block
Actual: apply completes immediately with no changes, and my subnet still has IPv6
The text was updated successfully, but these errors were encountered: