Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete example does not execute when region is set to eu-gb #200

Closed
vburckhardt opened this issue Feb 15, 2023 · 2 comments
Closed

Complete example does not execute when region is set to eu-gb #200

vburckhardt opened this issue Feb 15, 2023 · 2 comments
Labels
bug 🐞 Something isn't working

Comments

@vburckhardt
Copy link
Member


│ Error: InvalidRequest: The region provided in the KMS key CRN does not provide cross region support.
│ status code: 400, request id: a6d17a58-f715-479e-bb0c-1fe53a149f00, host id:

│ with module.cos_bucket2.ibm_cos_bucket.cos_bucket[0],
│ on ../../main.tf line 77, in resource "ibm_cos_bucket" "cos_bucket":
│ 77: resource "ibm_cos_bucket" "cos_bucket" {

@shemau
Copy link
Contributor

shemau commented Feb 21, 2023

A temporary work around is to use eu-de or us-south region, although this is not an exhaustive list, so try others such as us-east, au-syd, jp-tok or jp-osa.

@shemau
Copy link
Contributor

shemau commented Mar 7, 2023

The complete example demonstrates cross-region support for COS. This high durability solution requires a high durability solution for the encryption key. This is currently provided by key protect high availability, so the example has been updated to support only these regions from v5.9.0.

@shemau shemau closed this as completed Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants