Skip to content

Commit

Permalink
Change cloudfront_logging_bucket var to empty str
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Diniz <[email protected]>
  • Loading branch information
arthurbdiniz committed Mar 11, 2020
1 parent e9dfeb6 commit ad648a5
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 @@ -17,12 +17,12 @@ variable "hostname_create" {

variable "cloudfront_logging_bucket" {
type = string
default = null
default = ""
description = "Bucket to store logs from app"
}

variable "cloudfront_logging_prefix" {
type = string
default = ""
description = "Logging prefix"
}
}

0 comments on commit ad648a5

Please sign in to comment.