Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from padok-team/fix/log_config_filter_var
Browse files Browse the repository at this point in the history
[FIX] Bad default value for log_config_filter variable
  • Loading branch information
robinwayne authored Jan 14, 2022
2 parents 9591240 + 4b25f41 commit 269446a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ variable "log_config_enable" {
variable "log_config_filter" {
description = "Specifies the desired filtering of logs on this NAT. Possible values are ERRORS_ONLY, TRANSLATIONS_ONLY, and ALL."
type = string
default = "ERRORS_ONLY."
default = "ERRORS_ONLY"
}

variable "peerings" {
Expand Down

0 comments on commit 269446a

Please sign in to comment.