Skip to content

Commit

Permalink
fix default variable
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelSilvaDNX committed Nov 20, 2023
1 parent d483bba commit 7b86ecb
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 @@ -229,7 +229,7 @@ variable "log_publishing_options" {

variable "advanced_security_options_enabled" {
type = bool
default = false
default = true
}

variable "advanced_security_options_internal_user_db" {
Expand Down

0 comments on commit 7b86ecb

Please sign in to comment.