erc 모듈화, vpc public dns 설정 등
This commit is contained in:
9
modules/ecr/valiables.tf
Normal file
9
modules/ecr/valiables.tf
Normal file
@ -0,0 +1,9 @@
|
||||
variable "names_list" {
|
||||
description = "name list"
|
||||
type = list(string)
|
||||
}
|
||||
# default = [
|
||||
# "web",
|
||||
# "nginx",
|
||||
# "mariadb",
|
||||
# ]
|
Reference in New Issue
Block a user