Resource: aws_opsworks_user_profile

Provides an OpsWorks User Profile resource.

Example Usage

resource "aws_opsworks_user_profile" "my_profile" {
  user_arn     = aws_iam_user.user.arn
  ssh_username = "my_user"
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above: