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 4847e22 commit 8f1db4eCopy full SHA for 8f1db4e
examples/complete/main.tf
@@ -377,7 +377,10 @@ module "s3_bucket" {
377
]
378
379
# metadata configuration example
380
+ # https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html
381
# https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-configuring.html
382
+ # only available in supported regions: https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-restrictions.html
383
+
384
# create_metadata_configuration = true
385
# metadata_inventory_table_configuration_state = "ENABLED"
386
# metadata_journal_table_record_expiration = "ENABLED"
0 commit comments