1
0

feat: fixed intelligent tiering settings

This commit is contained in:
xpk
2026-03-03 10:39:30 +08:00
parent 38be9d195a
commit 977b150fd8
4 changed files with 123 additions and 279 deletions
@@ -0,0 +1,14 @@
module "example-bucket" {
source = "../"
bucket_name = "example-bucket"
enable_bucket_lifecycle = true
current-version-archive-tier = "DEEP_ARCHIVE"
current-version-transition-days = 30
current_version_expiration_days = 365
enable_intelligent_tiering = false
enable_bucket_logging = false
enable_encryption = true
enable_versioning = false
encryption_key_arn = var.s3-cmk-arn
}