Skip to content

Commit

Permalink
Update provider.tf
Browse files Browse the repository at this point in the history
State bucket change
  • Loading branch information
glennbech authored Oct 15, 2024
1 parent 7402bea commit 9ce5341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ terraform {
}
}
backend "s3" {
bucket = "pgr301-2021-terraform-state"
bucket = "pgr301-2024-terraform-state"
key = "glenn.richard.bech/apprunner-a-new-state.state"
region = "eu-north-1"
region = "eu-west-1"
}
}

0 comments on commit 9ce5341

Please sign in to comment.