Files
dsk-iac/terraform/cloudfront/variables.tf

8 lines
136 B
HCL

variable "aws_region" {
default = "ap-northeast-2"
}
variable "buckets" {
type = list(string)
default = ["dsk-alert-images"]
}