Skip to content

Commit

Permalink
updated statefile key
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Aug 23, 2024
1 parent 00fdeb0 commit 3f46fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
backend "s3" {
bucket = "kunduso-terraform-remote-bucket"
encrypt = true
key = "tf/terraform-rds-secretsmanager-rotation-lambda/terraform.tfstate"
key = "tf/rds-secretsmanager-rotation-lambda-terraform/terraform.tfstate"
region = "us-east-2"
}
}

0 comments on commit 3f46fda

Please sign in to comment.