W3cubDocs

/Terraform

Data Source: aws_canonical_user_id

The Canonical User ID data source allows access to the canonical user ID for the effective account in which Terraform is working.

Example Usage

data "aws_canonical_user_id" "current" {}

output "canonical_user_id" {
  value = "${data.aws_canonical_user_id.current.id}"
}

Argument Reference

There are no arguments available for this data source.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • id - The canonical user ID associated with the AWS account.

  • display_name - The human-friendly name linked to the canonical user ID.

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