Skip to content

Commit

Permalink
Merge pull request #56 from nationalarchives/s3-module-output-bucket-arn
Browse files Browse the repository at this point in the history
Output the created bucket arn for other resources to use
  • Loading branch information
TomJKing authored Jul 3, 2024
2 parents 4f5b1f3 + fe86c09 commit 14a35a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions s3/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
output "s3_bucket_arn" {
value = aws_s3_bucket.bucket.arn
}

0 comments on commit 14a35a0

Please sign in to comment.