Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Provider v5.69.0 results in drift of aws_ec2_transit_gateway_vpc_attachment #160

Closed
fe-ax opened this issue Oct 2, 2024 · 1 comment · May be fixed by #161
Closed

AWS Provider v5.69.0 results in drift of aws_ec2_transit_gateway_vpc_attachment #160

fe-ax opened this issue Oct 2, 2024 · 1 comment · May be fixed by #161

Comments

@fe-ax
Copy link
Contributor

fe-ax commented Oct 2, 2024

Terraform provider for AWS released transit gateway security group referencing support.

hashicorp/terraform-provider-aws#34542
hashicorp/terraform-provider-aws#34541

This causes a setting to change without changing the configuration.

  # module.vpc[0].module.vpc.aws_ec2_transit_gateway_vpc_attachment.tgw[0] will be updated in-place
  ~ resource "aws_ec2_transit_gateway_vpc_attachment" "tgw" {
        id                                              = "tgw-attach-03819xxxxxx7b679"
      ~ security_group_referencing_support              = "enable" -> "disable"
        tags                                            = {
            "Name"        = "production-vpc-vpc_attachment"
            "subnet_type" = "transit_gateway"
        }
        # (10 unchanged attributes hidden)
    }
@fe-ax
Copy link
Contributor Author

fe-ax commented Oct 4, 2024

Has been fixed by hashicorp/terraform-provider-aws#39519

@fe-ax fe-ax closed this as completed Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant