Skip to content

Commit 8f1db4e

Browse files
committed
update example comments
1 parent 4847e22 commit 8f1db4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/complete/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,10 @@ module "s3_bucket" {
377377
]
378378

379379
# metadata configuration example
380+
# https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html
380381
# 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+
381384
# create_metadata_configuration = true
382385
# metadata_inventory_table_configuration_state = "ENABLED"
383386
# metadata_journal_table_record_expiration = "ENABLED"

0 commit comments

Comments
 (0)