alicloud_caller_identity

This data source provides the identity of the current user.

Example Usage

data "alicloud_caller_identity" "current" {
}

output "current_user_arn" {
  value = "${data.alicloud_caller_identity.current.id}"
}

Attributes Reference

The following attributes are exported: