Skip to content

Commit

Permalink
changed the bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpriyanshi07 committed Dec 9, 2022
1 parent 6b0eee2 commit 6d804e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/elasticache/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data "terraform_remote_state" "network" {
backend = "s3"

config = {
bucket = "bp-step-tfstate"
bucket = "bp-infra"
key = "network/terraform.tfstate"
region = "us-west-2"
}
Expand Down

0 comments on commit 6d804e1

Please sign in to comment.