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 e76f5fb commit e5d0dbeCopy full SHA for e5d0dbe
infrastructure/buckets.tf
@@ -354,7 +354,7 @@ module "pdm-document-store" {
354
force_destroy = local.is_force_destroy
355
}
356
357
-resource "aws_s3_bucket_lifecycle_configuration" "pdm-document-store" {
+resource "aws_s3_bucket_lifecycle_configuration" "pdm_document_store" {
358
bucket = module.pdm-document-store.bucket_id
359
rule {
360
id = "default-to-intelligent-tiering"
0 commit comments