W3cubDocs

/Terraform

aws_iam_account_alias

Manages the account alias for the AWS Account.

Example Usage

resource "aws_iam_account_alias" "alias" {
  account_alias = "my-account-alias"
}

Argument Reference

The following arguments are supported:

Import

The current Account Alias can be imported using the account_alias, e.g.

$ terraform import aws_iam_account_alias.alias my-account-alias

© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/iam_account_alias.html