Skip to content

Commit

Permalink
1.0.5n
Browse files Browse the repository at this point in the history
  • Loading branch information
ZOI\graham.geary committed Dec 12, 2019
1 parent 8a7c01b commit 9ae4d48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions vpc_transit_gateway_attachment.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 1.0.5n
resource "aws_ram_resource_share_accepter" "network_transit_gateway" {
count = local.create_tgw_attachment
share_arn = var.share_arn
}
# resource "aws_ram_resource_share_accepter" "network_transit_gateway" {
# count = local.create_tgw_attachment
# share_arn = var.share_arn
# }

resource "aws_ec2_transit_gateway_vpc_attachment" "network_transit_gateway" {
count = local.create_tgw_attachment
Expand All @@ -14,7 +14,7 @@ resource "aws_ec2_transit_gateway_vpc_attachment" "network_transit_gateway" {
Name = var.tgw_attachment_tag_name
}
# 1.0.5n
depends_on = [
aws_ram_resource_share_accepter.network_transit_gateway,
]
# depends_on = [
# aws_ram_resource_share_accepter.network_transit_gateway,
# ]
}

0 comments on commit 9ae4d48

Please sign in to comment.