Skip to content

Commit

Permalink
Don't set form_id since this causes a dirty plan where they are auto-…
Browse files Browse the repository at this point in the history
…generated (#156)
  • Loading branch information
sjauld authored Nov 30, 2022
1 parent bcfffc9 commit d029980
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fusionauth/resource_fusionauth_form.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ func buildForm(data *schema.ResourceData) fusionauth.Form {
}

func buildResourceDataFromForm(data *schema.ResourceData, f fusionauth.Form) diag.Diagnostics {
if err := data.Set("form_id", f.Id); err != nil {
return diag.Errorf("form.form_id: %s", err.Error())
}
if err := data.Set("data", f.Data); err != nil {
return diag.Errorf("form.data: %s", err.Error())
}
Expand Down

0 comments on commit d029980

Please sign in to comment.