diff --git a/internal/stacks/stackconfig/input_variable.go b/internal/stacks/stackconfig/input_variable.go index 7dcdbbbb49..2de31332c1 100644 --- a/internal/stacks/stackconfig/input_variable.go +++ b/internal/stacks/stackconfig/input_variable.go @@ -22,8 +22,8 @@ type InputVariable struct { DefaultValue cty.Value Description string - Sensitive bool - Ephemeral bool + Sensitive bool + Ephemeral bool // Validations contains custom validation rules for this variable. // These rules are evaluated at runtime during the plan phase to ensure // that provided values meet the specified constraints.