diff --git a/provider.tf b/provider.tf index cd18122..3a68c3d 100644 --- a/provider.tf +++ b/provider.tf @@ -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" } }