Skip to content

Commit

Permalink
fix var, log bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 12, 2025
1 parent 0a7d4f5 commit e1acb31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ data "aws_kms_key" "s3_key" {
}

data "aws_s3_bucket" "log_bucket" {
bucket = var.log_bucket == null ? format("inf-logs-%v-%v", var.account_id, local.region) : var.log_bucket
bucket = var.log_bucket == null ? format("inf-logs-%v-%v", local.account_id, local.region) : var.log_bucket
}
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.10"
_module_version = "0.9.11"
}

0 comments on commit e1acb31

Please sign in to comment.