W3cubDocs

/Terraform

alicloud_ram_account_aliases

The Ram Account Alias data source provides an alias for the Alicloud account.

Example Usage

data "alicloud_ram_account_aliases" "alias" {
  output_file = "alias.txt"
}

Argument Reference

The following arguments are supported:

  • output_file - (Optional) The name of file that can save alias data source after running terraform plan.

Attributes Reference

© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/alicloud/d/ram_account_aliases.html