Skip to content

Commit

Permalink
add data resource
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 1, 2025
1 parent 6c5b63c commit d6a6a2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
# }
Expand Down

0 comments on commit d6a6a2b

Please sign in to comment.