8 lines
136 B
HCL
8 lines
136 B
HCL
variable "aws_region" {
|
|
default = "ap-northeast-2"
|
|
}
|
|
|
|
variable "buckets" {
|
|
type = list(string)
|
|
default = ["dsk-alert-images"]
|
|
} |