1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00
Files
terraform-aws-eks/examples/irsa/outputs.tf
T

5 lines
125 B
Terraform

output "aws_account_id" {
description = "IAM AWS account id"
value = data.aws_caller_identity.current.account_id
}