File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -485,6 +485,7 @@ variable "enable_secrets_manager_for_ingress" {
485485 type = bool
486486 description = " Whether to enable secrets manager for storing ingress certificate."
487487 default = false
488+ nullable = false
488489 validation {
489490 condition = anytrue ([
490491 ! var . enable_secrets_manager_for_ingress ,
Original file line number Diff line number Diff line change @@ -409,6 +409,7 @@ variable "enable_secrets_manager_for_ingress" {
409409 type = bool
410410 description = " Whether to enable secrets manager for storing ingress certificate."
411411 default = false
412+ nullable = false
412413 validation {
413414 condition = anytrue ([
414415 ! var . enable_secrets_manager_for_ingress ,
You can’t perform that action at this time.
0 commit comments