Reformat files

This commit is contained in:
Santiago Lo Coco 2022-11-02 10:03:10 -03:00
parent 6aac1882db
commit 4ebd194315
2 changed files with 2 additions and 2 deletions

View File

@ -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 : ""
}