Skip to content

Commit

Permalink
Output distribution ID from tf
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Dec 8, 2023
1 parent e69809b commit aa7df32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
output "website_cloudfront_distribution_id" {
description = "The ID of the CloudFront distribution serving the GOST website."
value = module.website.cloudfront_distribution_id
}

0 comments on commit aa7df32

Please sign in to comment.