alicloud_account

This data source provides information about the current account.

Example Usage

data "alicloud_account" "current" {
}

output "current_account_id" {
  value = "${data.alicloud_account.current.id}"
}

Attributes Reference

The following attributes are exported: