diff --git a/common/data.tf b/common/data.tf index 30905b7..378b8ac 100644 --- a/common/data.tf +++ b/common/data.tf @@ -6,6 +6,8 @@ data "aws_arn" "current" { data "aws_region" "current" {} +data "aws_iam_account_alias" "current" {} + # output "caller_account_id" { # value = data.aws_caller_identity.current.account_id # }