Skip to content

Commit

Permalink
vpc삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
choisungwook committed Aug 13, 2023
1 parent effbd03 commit b0424de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main.tf
Original file line number Diff line number Diff line change
@@ -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"
# }
# }

0 comments on commit b0424de

Please sign in to comment.