Terraform - CloudFront - dsk-alert-images 버킷 접근을 위한 CloudFront 생성
This commit is contained in:
8
terraform/cloudfront/variables.tf
Normal file
8
terraform/cloudfront/variables.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
variable "aws_region" {
|
||||
default = "ap-northeast-2"
|
||||
}
|
||||
|
||||
variable "buckets" {
|
||||
type = list(string)
|
||||
default = ["dsk-alert-images"]
|
||||
}
|
||||
Reference in New Issue
Block a user