Skip to content

Commit b31619a

Browse files
Add Readme and output.tf
1 parent 5e99802 commit b31619a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ resource "aws_vpc" "vpc" {
2525
}
2626
}
2727
28-
# AWS VPC Internet Gateway
2928
resource "aws_internet_gateway" "igw" {
3029
vpc_id = aws_vpc.vpc.id
3130
@@ -35,7 +34,6 @@ resource "aws_internet_gateway" "igw" {
3534
}
3635
}
3736
38-
# AWS VPC Subnets Module - Public Subnet
3937
module "public_subnet" {
4038
source = "./modules/subnets"
4139
vpc_id = aws_vpc.vpc.id

0 commit comments

Comments
 (0)