Commit 4762759c authored by Danny's avatar Danny

add default for bool

parent ade55978
Pipeline #6534 failed with stage
in 13 seconds
...@@ -70,8 +70,10 @@ variable "parameter_group" { ...@@ -70,8 +70,10 @@ variable "parameter_group" {
} }
variable "kms_key_id" {} variable "kms_key_id" {}
variable "storage_encrypted" { variable "storage_encrypted" {
type = "bool" type = "bool"
default = "true"
} }
variable "route53_zone" {} variable "route53_zone" {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment