From 293bde09d60d9c8b989935b770fc2b511309b6f0 Mon Sep 17 00:00:00 2001 From: glennbech Date: Wed, 28 Feb 2024 02:54:43 +0100 Subject: [PATCH] Dumping it --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index 3b7af11..9da0231 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,3 +1,3 @@ output "s3_website_url" { - value = aws_s3_bucket.bucket.website_endpoint + value = aws_s3_bucket_website_configuration.hosting.website_endpoint }