mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 17:47:31 +01:00
5 lines
125 B
HCL
5 lines
125 B
HCL
output "aws_account_id" {
|
|
description = "IAM AWS account id"
|
|
value = data.aws_caller_identity.current.account_id
|
|
}
|