Skip to content

Commit f926f29

Browse files
committed
NDR-164 Rebase clean up
1 parent d2ca393 commit f926f29

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

infrastructure/buckets.tf

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -383,14 +383,3 @@ module "pdm-document-store" {
383383
owner = var.owner
384384
force_destroy = local.is_force_destroy
385385
}
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

Comments
 (0)