FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

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

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io