diff --git a/terraform/modules/s3/outputs.tf b/terraform/modules/s3/outputs.tf index 160efc2..f497144 100644 --- a/terraform/modules/s3/outputs.tf +++ b/terraform/modules/s3/outputs.tf @@ -14,5 +14,5 @@ output "arn" { output "website_endpoint" { description = "The website endpoint, if the bucket is configured with a website. If not, this will be an empty string." - value = var.type == 1 ? aws_s3_bucket_website_configuration.this[0].website_endpoint : "" + value = var.type == 1 ? aws_s3_bucket_website_configuration.this[0].website_endpoint : "" } diff --git a/terraform/modules/waf/outputs.tf b/terraform/modules/waf/outputs.tf index ba58850..cadf61a 100644 --- a/terraform/modules/waf/outputs.tf +++ b/terraform/modules/waf/outputs.tf @@ -5,4 +5,4 @@ output "web_acl_arn" { description = "The web ACL ARN." value = aws_wafv2_web_acl.this.arn -} +}