guacamole_user to take a password argument, as shown in the example here.
Actual Behavior
│ Error: Unsupported argument
│
│ on guacamole.tf line 40, in resource "guacamole_user" "users":
│ 40: password = random_password.student_passwords[count.index].result
│
│ An argument named "password" is not expected here.
Sorry this issue completely missed me. I've pushed an update to hopefully address setting a password starting with version 1.2.7. Thank you for opening this issue @brainplot !
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
guacamole_user
to take apassword
argument, as shown in the example here.Actual Behavior