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 f71ae0a commit 84349feCopy full SHA for 84349fe
outputs.tf
@@ -14,3 +14,7 @@ output "aws_secret_access_key" {
14
value = aws_iam_access_key.deploy.secret
15
sensitive = true
16
}
17
+
18
+output "aws_s3_bucket_arn" {
19
+ value = module.s3_bucket.s3_bucket_arn
20
+}
0 commit comments