From 4ebd194315481bbc00e53772ae3c4673628fbb27 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 2 Nov 2022 10:03:10 -0300 Subject: [PATCH] Reformat files --- terraform/modules/s3/outputs.tf | 2 +- terraform/modules/waf/outputs.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -} +}