Skip to content

Commit ffb839d

Browse files
Vipin KumarVipin Kumar
authored andcommitted
made nullable=false for enable_secrets_manager var
1 parent 5a2e79e commit ffb839d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)