Skip to content

Commit

Permalink
fix: updated main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed Jun 8, 2023
1 parent 45ca02e commit f57d3d1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ resource "aws_ec2_transit_gateway" "main" {
}


#data "aws_subnet" "main" {
# id = var.subnet_id
#}

#Module : TRANSIT GATEWAY VPC ATTACHMENT
#Description : Get information on an EC2 Transit Gateway VPC Attachment.
resource "aws_ec2_transit_gateway_vpc_attachment" "main" {
Expand All @@ -54,9 +50,7 @@ resource "aws_ec2_transit_gateway_vpc_attachment" "main" {
}
)

# depends_on = [
# data.aws_subnet.main
# ]

}

#Module : AWS RAM RESOURCE SHARE
Expand Down

0 comments on commit f57d3d1

Please sign in to comment.