Skip to content

Commit

Permalink
Merge pull request #218 from tablexi/StaticSiteBucket
Browse files Browse the repository at this point in the history
Expose bucket id in static_site
  • Loading branch information
pturley authored Sep 22, 2022
2 parents 1c6f3dd + 4e50269 commit 09928fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws/static_site/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
output "bucket_id" {
value = aws_s3_bucket.mod.id
}

output "website_domain" {
value = aws_s3_bucket.mod.website_domain
}
Expand Down

0 comments on commit 09928fe

Please sign in to comment.