Skip to content

Commit

Permalink
fix: terraform formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikFricke committed May 9, 2022
1 parent 0a5f622 commit fd02a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-static-hosting/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "website_url" {
description = "Static website URL"
value = "http://${aws_s3_bucket_website_configuration.website.website_endpoint}"
value = "http://${aws_s3_bucket_website_configuration.website.website_endpoint}"
}

0 comments on commit fd02a04

Please sign in to comment.