The Canonical User ID data source allows access to the canonical user ID for the effective account in which Terraform is working.
data "aws_canonical_user_id" "current" {}
output "canonical_user_id" {
value = data.aws_canonical_user_id.current.id
}
There are no arguments available for this data source.
This data source exports the following attributes in addition to the arguments above:
id
- Canonical user ID associated with the AWS account.
display_name
- Human-friendly name linked to the canonical user ID. The bucket owner's display name. NOTE: This value is only included in the response in the US East (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), EU (Ireland), and South America (São Paulo) regions.