Reformat files
This commit is contained in:
parent
6aac1882db
commit
4ebd194315
|
@ -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 : ""
|
||||
}
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
output "web_acl_arn" {
|
||||
description = "The web ACL ARN."
|
||||
value = aws_wafv2_web_acl.this.arn
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue