Skip to content

Commit

Permalink
feat: configure backend
Browse files Browse the repository at this point in the history
  • Loading branch information
8infinitecloud committed Apr 20, 2024
1 parent 131dd52 commit d00d924
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
@@ -1,6 +1,6 @@
terraform {
backend "s3" {
bucket = "tf-juice-shop-state"
bucket = "tf-juice-shop-state-awscd"
key = "terraform.tfstate"
region = "us-east-1"
}
Expand Down

0 comments on commit d00d924

Please sign in to comment.