From bd03d3050b8778f45a0a54ee500415287c7d8667 Mon Sep 17 00:00:00 2001 From: Johannes Scheuerer Date: Sun, 16 Jun 2024 08:40:55 +0200 Subject: [PATCH 1/2] Update variables.tf --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" { From 586f6f90ae2aa9982bdf18dd52e92bec7d5a4a67 Mon Sep 17 00:00:00 2001 From: Johannes Scheuerer Date: Mon, 17 Nov 2025 10:25:08 +0100 Subject: [PATCH 2/2] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {