hashicorp/terraform-provider-aws

aws_ec2_transit_gateway_route_table_association support for timeouts block

Open

#42,705 opened on May 21, 2025

 (4 comments) (2 reactions) (0 assignees)Go (10,312 forks)github user discovery
enhancementgood first issueservice/transitgatewaytimeouts

Repository metrics

Stars
 (11,045 stars)
PR merge metrics
 (Avg merge 19d 21h) (251 merged PRs in 30d)

Description

Description

Hello, we are seeing that some Transit Gateway route table associations take far beyond 5 minutes. Can you please add support for timeouts {} block for mentioned aws_ec2_transit_gateway_route_table_association? They do become associated, but sometimes it takes up to 10 minutes or so - I did that verified in AWS console.

Error: waiting for EC2 Transit Gateway Route Table Association (tgw-rtb-0e16eb80713f576cd_tgw-attach-0bdf9178badc72ebe) create: timeout while waiting for state to become 'associated' (last state: 'associating', timeout: 5m0s)

Affected Resource(s) or Data Source(s)

  • aws_ec2_transit_gateway_route_table_association

Potential Terraform Configuration

References

No response

Would you like to implement the enhancement?

No

Contributor guide