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
This is definitely a bug. Even in the Gucacamole UI, you can see it should be xterm-256color. Unfortunately, this bug means that xterm-256color cannot be set with this Terraform provider, since the incorrect value seems to be simply ignored by Guacamole (so terminal type ends up being set to nothing).
Hi
I found a potential little mistake on a value checked for guacamole_connection_ssh -> terminal_type : xterm-25color
it should be xterm-256color
CLI htop is not working properly as it use $TERM env var
Terraform Version
Guacamole provider version
Affected Resource
Terraform Configuration Files
Expected Behavior
allow xterm-256color value instead of xterm-25color for terminal_type parameter
Actual Behavior
terraform apply is OK, but the $TERM is not correct for some linux CLI tools
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
htop
References
please change the documentation
The text was updated successfully, but these errors were encountered: