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