File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -377,11 +377,12 @@ module "s3_bucket" {
377
377
]
378
378
379
379
# metadata configuration example
380
- create_metadata_configuration = true
381
- metadata_inventory_table_configuration_state = " ENABLED"
382
- metadata_journal_table_record_expiration = " ENABLED"
383
- metadata_journal_table_record_expiration_days = 7
384
- metadata_encryption_configuration = {
385
- sse_algorithm = " AES256"
386
- }
380
+ # https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-configuring.html
381
+ # create_metadata_configuration = true
382
+ # metadata_inventory_table_configuration_state = "ENABLED"
383
+ # metadata_journal_table_record_expiration = "ENABLED"
384
+ # metadata_journal_table_record_expiration_days = 7
385
+ # metadata_encryption_configuration = {
386
+ # sse_algorithm = "AES256"
387
+ # }
387
388
}
You can’t perform that action at this time.
0 commit comments