Skip to content

Commit f57d3d1

Browse files
committed
fix: updated main.tf
1 parent 45ca02e commit f57d3d1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

main.tf

+1-7
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ resource "aws_ec2_transit_gateway" "main" {
3333
}
3434

3535

36-
#data "aws_subnet" "main" {
37-
# id = var.subnet_id
38-
#}
39-
4036
#Module : TRANSIT GATEWAY VPC ATTACHMENT
4137
#Description : Get information on an EC2 Transit Gateway VPC Attachment.
4238
resource "aws_ec2_transit_gateway_vpc_attachment" "main" {
@@ -54,9 +50,7 @@ resource "aws_ec2_transit_gateway_vpc_attachment" "main" {
5450
}
5551
)
5652

57-
# depends_on = [
58-
# data.aws_subnet.main
59-
# ]
53+
6054
}
6155

6256
#Module : AWS RAM RESOURCE SHARE

0 commit comments

Comments
 (0)