Skip to content

Commit 84349fe

Browse files
pavelsidlaPavel
andauthored
feat(s3-bucket): add s3 bucket arn to outputs (#5)
* feat(s3-bucket): add s3 bucket arn to outputs --------- Co-authored-by: Pavel <pavel.sidla@mallgroup.com>
1 parent f71ae0a commit 84349fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ output "aws_secret_access_key" {
1414
value = aws_iam_access_key.deploy.secret
1515
sensitive = true
1616
}
17+
18+
output "aws_s3_bucket_arn" {
19+
value = module.s3_bucket.s3_bucket_arn
20+
}

0 commit comments

Comments
 (0)