Open lbrpsoftware opened 1 year ago
resource "guacamole_user" "user" { username = "User" password = "Password" group_membership = [ "Admin Group" ] system_permissions = [ "ADMINISTER", "CREATE_USER" ] connection_groups = [ ] connections = [ ] lifecycle { ignore_changes = [password] } }
✅ No error message when applying users for the second time, after logged in into the Guacamole webinterface.
💥 Error: json: cannot unmarshal number 1684076108425 into Go struct field GuacUser.lastActive of type int
Terraform Version
Affected Resource
Terraform Configuration Files
Expected Behavior
✅ No error message when applying users for the second time, after logged in into the Guacamole webinterface.
Actual Behavior
💥 Error: json: cannot unmarshal number 1684076108425 into Go struct field GuacUser.lastActive of type int
Steps to Reproduce