수정 및 추가

This commit is contained in:
ByeonJungHun
2024-11-28 17:16:46 +09:00
parent 5186b2b0fe
commit 2edcf77bda
7 changed files with 474 additions and 8 deletions

6
tf/vpc.tf Normal file
View File

@@ -0,0 +1,6 @@
resource "aws_vpc" "aws-default-vpc" {
cidr_block = "10.10.55.0/24"
tags = {
Name = "aws-default-vpc"
}
}