Skip to content

Commit

Permalink
Move resources into the right region
Browse files Browse the repository at this point in the history
The SQS queue must be in the same region as the S3 bucket, otherwise it
cannot be configured as the target for notifications. With our current
Terragrunt setup, it is not possible to create resources in a different
region, so we had to globally change the region that is associated with
this account.
  • Loading branch information
jdno committed Jan 16, 2024
1 parent 48ca4ff commit a440669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terragrunt/accounts/crates-io-staging/account.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"aws": {
"profile": "crates-io-staging",
"region": "us-east-2"
"region": "us-west-1"
}
}

0 comments on commit a440669

Please sign in to comment.