As I understand it, the user login profile is specifically for getting the generated password to keybase.io, so that you don't ever get to see the user's password. The PGP bit is to allow Pulumi / the Terraform engine to encrypt the password for that keybase.io user.
👍 1
little-cartoon-10569
09/02/2020, 5:32 AM
If you're just creating a user in AWS and don't care about how you get the password to them, you don't need a UserLoginProfile.
little-cartoon-10569
09/02/2020, 5:33 AM
I admit that I've never done this in Pulumi. But I have done it in Terraform, and that's how it works there.
n
narrow-jackal-57645
09/02/2020, 5:56 AM
Oh right I see. My objective is to set a once-off temporary password and force user to change the password upon logging in.
I don't think it is possible to set that with terraform.