Add support for 'aws_subnet_nacl_association' resource #17648
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
new-resource
Introduces a new resource.
service/ec2
Issues and PRs that pertain to the ec2 service.
Community Note
Description
Cloudformation has EC2:SubnetNetworkAclAssociation but there is not an equivalent resource in terraform.
New or Affected Resource(s)
Potential Terraform Configuration
References
Existing issue: #5466
Steps to implement:
DescribeNetworkAcls and filter by
association.subnet-id
to determine theAssociationId
.ReplaceNetworkAclAssociation providing the
AssociationId
andNetworkAclId
will reassign appropriately.The text was updated successfully, but these errors were encountered: