From d6a6a2b8189acca92372805fe176a52870aa107f Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 1 Aug 2025 16:28:16 -0400 Subject: [PATCH] add data resource --- common/data.tf | 2 ++ 1 file changed, 2 insertions(+) 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 # }