mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-08 16:35:25 -04:00
Update input_variable.go
This commit is contained in:
parent
4333e71d22
commit
e883bdf3a4
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue