Files
dsk-iac/terraform/aws_vault/10-variables.tf
havelight-ee 2d70373907 update
2023-05-11 13:55:28 +09:00

8 lines
110 B
HCL

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