Update input_variable.go
Some checks failed
Quick Checks / Unit Tests (push) Has been cancelled
Quick Checks / Race Tests (push) Has been cancelled
Quick Checks / End-to-end Tests (push) Has been cancelled
Quick Checks / Code Consistency Checks (push) Has been cancelled

This commit is contained in:
sahar-azizighannad 2026-02-27 17:55:04 -05:00
parent 4333e71d22
commit e883bdf3a4

View file

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