Provides an OpsWorks User Profile resource.
resource "aws_opsworks_user_profile" "my_profile" {
user_arn = aws_iam_user.user.arn
ssh_username = "my_user"
}
This resource supports the following arguments:
user_arn
- (Required) The user's IAM ARNallow_self_management
- (Optional) Whether users can specify their own SSH public key through the My Settings pagessh_username
- (Required) The ssh username, with witch this user wants to log inssh_public_key
- (Optional) The users public keyThis resource exports the following attributes in addition to the arguments above:
id
- Same value as user_arn