Files
dsk-iac/aws_middle/vault/10-variables.tf
havelight-ee c4747e51b1 file 이전
2023-04-03 11:20:43 +09:00

8 lines
110 B
HCL

variable "aws_region" {
default = "ap-northeast-2"
}
variable "aws_zone" {
default = "ap-northeast-2b"
}