mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 01:00:50 -04:00
711 B
711 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| aws | AWS: aws_iam_account_alias | docs-aws-resource-iam-account-alias | Manages the account alias for the AWS Account. |
aws_iam_account_alias
-> Note: There is only a single account alias per AWS account.
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:
account_alias- (Required) The account alias
Import
The current Account Alias can be imported using the account_alias, e.g.
$ terraform import aws_iam_account_alias.alias my-account-alias