Skip to content

Commit

Permalink
website: fix incorrect field reference (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Dec 19, 2022
1 parent 85f4a77 commit 5a6c8f4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,7 +89,7 @@ func (m stringDefaultModifier) PlanModifyString(ctx context.Context, req planmod
return
}

resp.AttributePlan = types.StringValue(m.Default)
resp.PlanValue = types.StringValue(m.Default)
}
```

Expand Down

0 comments on commit 5a6c8f4

Please sign in to comment.