We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: