Skip to content

Commit

Permalink
Update docs/data-workarounds.md
Browse files Browse the repository at this point in the history
Co-authored-by: stephybun <steph@hashicorp.com>
  • Loading branch information
mbfrahry and stephybun authored Jan 15, 2025
1 parent 0144a50 commit 7cb67ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-workarounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ After we've obtained the model, we need to grab the field and update it. The fie
...
cpvField, ok := model.Fields["CustomParameterValues"]
if !ok {
return nil, fmt.Errorf("couldn't find the field CustomParameterValues within model ApiConnectionDefinitionProperties")
return nil, fmt.Errorf("couldn't find the field `CustomParameterValues` within model `ApiConnectionDefinitionProperties`")
}
// Once we've grabbed the field, we can navigate to the incorrect piece and fix it
Expand Down

0 comments on commit 7cb67ad

Please sign in to comment.