We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e99802 commit b31619aCopy full SHA for b31619a
README.md
@@ -25,7 +25,6 @@ resource "aws_vpc" "vpc" {
25
}
26
27
28
-# AWS VPC Internet Gateway
29
resource "aws_internet_gateway" "igw" {
30
vpc_id = aws_vpc.vpc.id
31
@@ -35,7 +34,6 @@ resource "aws_internet_gateway" "igw" {
35
34
36
37
38
-# AWS VPC Subnets Module - Public Subnet
39
module "public_subnet" {
40
source = "./modules/subnets"
41
0 commit comments