diff --git a/vpc.tf b/vpc.tf index 175c603..9eca74e 100644 --- a/vpc.tf +++ b/vpc.tf @@ -4,6 +4,6 @@ resource "aws_vpc" "main" { tags = { Name = "demo-vpc" - Purpose = "Jenkins Demo" + Purpose = "Jenkins Demo } }