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 04092f6 commit 10f6a99Copy full SHA for 10f6a99
outputs.tf
@@ -18,3 +18,6 @@ output "cloudwatch_log_group" {
18
value = aws_cloudwatch_log_group.this
19
}
20
21
+output "bucket" {
22
+ value = aws_s3_bucket.this
23
+}
0 commit comments