alicloud_ram_account_alias
更新时间:
This data source provides an alias for the Alibaba Cloud account.
-> NOTE: Available since v1.0.0+.
Example Usage
data "alicloud_ram_account_alias" "alias_ds" {
output_file = "alias.txt"
}
output "account_alias" {
value = "${data.alicloud_ram_account_alias.alias_ds.account_alias}"
}
Argument Reference
The following arguments are supported:
output_file
- (Optional) File name where to save data source results (after runningterraform plan
).
Attributes Reference
The following attributes are exported in addition to the arguments listed above:
account_alias
- Alias of the account.
文档内容是否对您有帮助?