We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ca393 commit f926f29Copy full SHA for f926f29
infrastructure/buckets.tf
@@ -383,14 +383,3 @@ module "pdm-document-store" {
383
owner = var.owner
384
force_destroy = local.is_force_destroy
385
}
386
-
387
-resource "aws_s3_bucket_lifecycle_configuration" "pdm_document_store" {
388
- bucket = module.pdm-document-store.bucket_id
389
- rule {
390
- id = "default-to-intelligent-tiering"
391
- status = "Enabled"
392
- transition {
393
- storage_class = "INTELLIGENT_TIERING"
394
- }
395
396
-}
0 commit comments