Skip to content

Commit

Permalink
add data items
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 12, 2025
1 parent 33867e4 commit 3a0bf82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions data.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
data "aws_caller_identity" "current" {}

data "aws_arn" "current" {
arn = data.aws_caller_identity.current.arn
}

data "aws_region" "current" {}

data "aws_kms_key" "s3_key" {
key_id = "alias/aws/s3"
}
Expand Down
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
locals {
_module_name = "aws-app-ditd-darhts-s3-transfer"
_module_version = "0.9.2"
_module_version = "0.9.3"
}

0 comments on commit 3a0bf82

Please sign in to comment.