You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user dismisses the license prompt shown on the bottom left on the UI the fusionauth_registration resource raises an error when reading and unmarshalling the resource status.
Ignoring change to the data attribute does not prevent the error.
Terraform error looks like:
Error: registration.data: data.preferences: '' expected type 'string', got unconvertible type 'map[string]interface {}', value: 'map[announcements:map[licenseCTA:dismissed]]'
with module.FUSIONAUTH-CONFIGURATION.fusionauth_registration.user_application_registration,
on users.tf line 92, in resource "fusionauth_registration" "user_application_registration":
92: resource "fusionauth_registration" "user_application_registration" {
The text was updated successfully, but these errors were encountered:
If a user dismisses the license prompt shown on the bottom left on the UI the
fusionauth_registration
resource raises an error when reading and unmarshalling the resource status.Ignoring change to the
data
attribute does not prevent the error.Terraform error looks like:
The text was updated successfully, but these errors were encountered: