From e4ecafb9fb35642b33d3674953c54da74bf132da Mon Sep 17 00:00:00 2001 From: Choisungwook Date: Sun, 13 Aug 2023 21:31:51 +0900 Subject: [PATCH] =?UTF-8?q?aws=20VPC=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.tf b/main.tf index ecb6bbb..c9eee17 100644 --- a/main.tf +++ b/main.tf @@ -1,7 +1,7 @@ -resource "aws_vpc" "main" { - cidr_block = "192.168.0.0/16" +# resource "aws_vpc" "main" { +# cidr_block = "192.168.0.0/16" - tags = { - Name = "terraform VPC" - } -} +# tags = { +# Name = "terraform VPC" +# } +# }