Update input_variable.go

stacks-variable-validations
sahar-azizighannad 3 months ago
parent 4333e71d22
commit e883bdf3a4

@ -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.

Loading…
Cancel
Save