Skip to content

Commit

Permalink
feat: prepare for account migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Kontur committed Oct 1, 2024
1 parent 87a3b06 commit 9e2ab88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}

backend "s3" {
bucket = "tvm-ci-terraform-state"
bucket = "tvm-ci-terraform-state-new"
key = "tfstate"
region = "us-west-2"
}
Expand Down

0 comments on commit 9e2ab88

Please sign in to comment.