We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf3c10 commit 154d86bCopy full SHA for 154d86b
types/parameter.go
@@ -112,7 +112,7 @@ func (r *ParameterData) Valid(value HCLString) hcl.Diagnostics {
112
Optional: !r.Required,
113
Order: int(r.Order),
114
Ephemeral: r.Ephemeral,
115
- }).ValidateInput(valuePtr)
+ }).ValidateInput(valuePtr, nil) // TODO: Pass in previous value
116
117
if diag.HasError() {
118
// TODO: We can take the attr path and decorate the error with
0 commit comments