Skip to content

Commit 10f6a99

Browse files
committed
bucket output
1 parent 04092f6 commit 10f6a99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

outputs.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ output "cloudwatch_log_group" {
1818
value = aws_cloudwatch_log_group.this
1919
}
2020

21+
output "bucket" {
22+
value = aws_s3_bucket.this
23+
}

0 commit comments

Comments
 (0)