Skip to content

Commit

Permalink
Fixed Terraform key name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gayan committed Sep 28, 2021
1 parent 87b9dde commit 71d6414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ap-southeast-2/loadbalancer/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
backend "s3" {
bucket = "trackback-terraform"
dynamodb_table = "terraform-locks"
key = "trackback-dev-nodes.tfstate"
key = "trackback-staging.tfstate"
region = "ap-southeast-2"
encrypt = true
acl = "bucket-owner-full-control"
Expand Down

0 comments on commit 71d6414

Please sign in to comment.