테라폼 환경 수정

This commit is contained in:
2022-12-31 17:52:18 +09:00
parent 2281b27e7a
commit 7f4d9b1104
34 changed files with 732 additions and 102 deletions

View File

@ -12,3 +12,8 @@ variable "subnet_list" {
type = list(string)
}
variable "client_id" {
type = string
}