Skip to content

Commit

Permalink
add region to backup app_name input to avoid iam name conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Aug 28, 2024
1 parent 2165247 commit 1adccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ module "aws_backup" {
source = "silinternational/backup/aws"
version = "0.1.0"

app_name = var.app_name
app_name = "${var.app_name}-${var.aws_region}"
app_env = var.app_env
source_arns = [
data.aws_db_instance.this.db_instance_arn,
Expand Down

0 comments on commit 1adccf7

Please sign in to comment.