Terraform - CloudFront - dsk-alert-images 버킷 접근을 위한 CloudFront 생성

This commit is contained in:
dsk-minchulahn
2024-02-05 11:44:08 +09:00
parent f728769c96
commit 72e5675f14
7 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
variable "aws_region" {
default = "ap-northeast-2"
}
variable "buckets" {
type = list(string)
default = ["dsk-alert-images"]
}