Skip to content

Commit

Permalink
fix: state file key
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Dec 8, 2024
1 parent 05706aa commit dced8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/backend/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {
target_env = get_env("target_env")
aws_license_plate = get_env("aws_license_plate")
statefile_bucket_name = "${local.tf_remote_state_prefix}-${local.aws_license_plate}-${local.target_env}"
statefile_key = "${local.target_env}/database/aurora-v2/terraform.tfstate"
statefile_key = "database/aurora-v2/terraform.tfstate"
statelock_table_name = "${local.tf_remote_state_prefix}-lock-${local.aws_license_plate}"
}

Expand Down

0 comments on commit dced8ea

Please sign in to comment.