diff --git a/variables.tf b/variables.tf index a3f5d2f..73348ae 100644 --- a/variables.tf +++ b/variables.tf @@ -5,7 +5,7 @@ variable "cdn_logs_path" { variable "alb_logs_path" { description = "Prefix for ALB logs." - default = "alb/" + default = "alb" } variable "s3_logs_path" { @@ -20,4 +20,4 @@ variable "bucket" { variable "force_destroy" { default = false description = "Allow remove bucket with its content." -} \ No newline at end of file +}