diff --git a/dev/main.tf b/dev/main.tf index cf29f14..44c074b 100644 --- a/dev/main.tf +++ b/dev/main.tf @@ -14,7 +14,7 @@ } # Create an internet gateway to give our public subnets access to the outside world - resource "aws_internet_gateway" "wp_ig" { + resource "aws_internet_gateway" "wp_igw" { vpc_id = "${aws_vpc.wp_vpc.id}" tags { Name = "${var.environment}-ig"