Skip to content

Commit 154d86b

Browse files
committed
update provider
1 parent 6cf3c10 commit 154d86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/parameter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (r *ParameterData) Valid(value HCLString) hcl.Diagnostics {
112112
Optional: !r.Required,
113113
Order: int(r.Order),
114114
Ephemeral: r.Ephemeral,
115-
}).ValidateInput(valuePtr)
115+
}).ValidateInput(valuePtr, nil) // TODO: Pass in previous value
116116

117117
if diag.HasError() {
118118
// TODO: We can take the attr path and decorate the error with

0 commit comments

Comments
 (0)