erc 모듈화, vpc public dns 설정 등

This commit is contained in:
2022-12-26 14:34:38 +09:00
parent a0d22896a0
commit 535d721a50
14 changed files with 123 additions and 115 deletions

9
modules/ecr/valiables.tf Normal file
View File

@ -0,0 +1,9 @@
variable "names_list" {
description = "name list"
type = list(string)
}
# default = [
# "web",
# "nginx",
# "mariadb",
# ]