Skip to content

Commit

Permalink
ALB prefix should start/end with '/'
Browse files Browse the repository at this point in the history
Fix of "The value of 'access_logs.s3.prefix' cannot start or end with '/'" error
  • Loading branch information
sugdyzhekov authored Jun 28, 2020
1 parent 095364e commit 069b8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand All @@ -20,4 +20,4 @@ variable "bucket" {
variable "force_destroy" {
default = false
description = "Allow remove bucket with its content."
}
}

0 comments on commit 069b8fc

Please sign in to comment.