Files
dsk-iac/01-old/terraform/aws_vault/10-variables.tf
dsk-minchulahn 0273450ff6 Clean Code
2023-12-19 13:03:29 +09:00

8 lines
110 B
HCL

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