Closed yyarmoshyk closed 7 months ago
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days
This PR was automatically closed because of stale in 10 days
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Defined dependencies:
aws_ram_resource_share_accepter
<-aws_ec2_transit_gateway_vpc_attachment
<-aws_route.this
Motivation and Context
I was using this module to wire the transit gateway from one account to another (peer account) and the code fails to create route table in peer VPC because of the missing resource ordering. It creates route table in peering VPC before accepting the RAM share and TGW attachment to the VPC.
Terragrunt apply fails with the following error:
Breaking Changes
No.
How Has This Been Tested?
examples/*
should not be updated#1
) with subsequent apply to DEV AWS account (#2
- peer). Here is the order how resources are being created in peering account:pre-commit run -a
on my pull requestp.s.: putin - Huilo.