Skip to content

Commit 99de4c3

Browse files
committed
Also output bucket ID
1 parent c533fa2 commit 99de4c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

multiregion-s3/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ output "buckets_info" {
138138
arn = bucket.arn
139139
bucket_regional_domain_name = bucket.bucket_regional_domain_name
140140
bucket_domain_name = bucket.bucket_domain_name
141+
id = bucket.id
141142
}
142143
}
143144
}

0 commit comments

Comments
 (0)