기존 로컬 자료 복사

This commit is contained in:
2022-12-26 11:33:19 +09:00
parent 1a3ae97c58
commit a0d22896a0
16 changed files with 214 additions and 0 deletions

5
prod/valiables.tf Normal file
View File

@ -0,0 +1,5 @@
variable "cidr_block" {
type = string
default = "10.3.0.0/16"
}