alicloud_ram_account_alias

Provides a RAM cloud account alias.

Example Usage

variable "name" {
  default = "tfexample"
}
resource "alicloud_ram_account_alias" "alias" {
  account_alias = var.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

RAM account alias can be imported using the id, e.g.

$ terraform import alicloud_ram_account_alias.example my-alias