From fd02a04b90709c7611597b2a9ba7e42be63774fb Mon Sep 17 00:00:00 2001 From: Henrik Fricke Date: Mon, 9 May 2022 14:23:44 +0200 Subject: [PATCH] fix: terraform formatting --- 1-static-hosting/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-static-hosting/outputs.tf b/1-static-hosting/outputs.tf index 8bf3e97..e4affb3 100644 --- a/1-static-hosting/outputs.tf +++ b/1-static-hosting/outputs.tf @@ -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}" }