Skip to content

Commit

Permalink
put state file back to original config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwarren committed Dec 31, 2024
1 parent 3e7bf93 commit ccec8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/account/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "opg.terraform.state"
key = "opg-digideps-account/terraform.tfstate"
key = "digideps-infrastructure-shared/terraform.tfstate"
encrypt = true
region = "eu-west-1"
assume_role = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/environment/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "opg.terraform.state"
key = "opg-digideps-environment/terraform.tfstate"
key = "opg-digi-deps-infrastructure/terraform.tfstate"
encrypt = true
region = "eu-west-1"
assume_role = {
Expand Down

0 comments on commit ccec8dd

Please sign in to comment.