terraform-provider-fusionauth
terraform-provider-fusionauth copied to clipboard
Remove invalid parameter for updates
Fusionauth in recent versions stopped ignoring sourceThemeId
parameter for theme updates and throws an error if it is included in the payload. This parameter is only available for theme creation and shouldn't be sent for updates.
I couldn't find any tests around sourceThemeId
so I think removing it from the update payload is all that is needed to fix this.
Resolves https://github.com/FusionAuth/terraform-provider-fusionauth/issues/224