Skip to content

Commit

Permalink
fix configuration_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
rrequero committed Dec 13, 2023
1 parent 26669a4 commit 914ddab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfw/resource_dataset.go
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ func flattenDatasetConfiguration(config api.DatasetConfiguration) interface{} {
if err != nil {
return diag.FromErr(err)
}
a["configurationUI"] = string(jsonStr)
a["configuration_ui"] = string(jsonStr)
}

return a
Expand Down

0 comments on commit 914ddab

Please sign in to comment.