diff --git a/main.tf b/main.tf index cd7ab96a6..c0daa76e3 100644 --- a/main.tf +++ b/main.tf @@ -64,7 +64,7 @@ resource "aws_vpc_ipv4_cidr_block_association" "this" { } ################################################################################ -# DHCP Options Set +# DHCP Options Set - test ################################################################################ resource "aws_vpc_dhcp_options" "this" { diff --git a/variables.tf b/variables.tf index ffec66697..edc7928ab 100644 --- a/variables.tf +++ b/variables.tf @@ -1,5 +1,5 @@ ################################################################################ -# VPC +# VPC (workshop branch) ################################################################################ variable "name" {