Provides an OpsWorks User Profile resource.
resource "aws_opsworks_user_profile" "my_profile" { user_arn = "${aws_iam_user.user.arn}" ssh_username = "my_user" }
The following arguments are supported:
user_arn
- (Required) The user's IAM ARN allow_self_management
- (Optional) Whether users can specify their own SSH public key through the My Settings page ssh_username
- (Required) The ssh username, with witch this user wants to log in ssh_public_key
- (Optional) The users public key In addition to all arguments above, the following attributes are exported:
id
- Same value as user_arn
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/opsworks_user_profile.html