Terraform - Buckets - dsk-alert-images private 으로 변경

This commit is contained in:
dsk-minchulahn
2024-02-05 11:43:41 +09:00
parent 8f1760ee66
commit f728769c96
2 changed files with 26 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ variable "buckets" {
}))
default = {
dsk-alert-images = {
object_ownership = "BucketOwnerPreferred"
public_access = true
object_ownership = "BucketOwnerEnforced"
public_access = false
versioning = "Enabled"
lifecycle = {
status = "Disabled"