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

Missing jp-osa endpoints make the bucket creation fail #2149

Closed
blacksd opened this issue Jan 7, 2021 · 2 comments
Closed

Missing jp-osa endpoints make the bucket creation fail #2149

blacksd opened this issue Jan 7, 2021 · 2 comments

Comments

@blacksd
Copy link
Contributor

blacksd commented Jan 7, 2021

Terraform Version

Terraform v0.14.2
+ provider registry.terraform.io/ibm-cloud/ibm v1.18.0

Affected Resource(s)

  • ibm_cos_bucket

Terraform Configuration Files

resource "ibm_cos_bucket" "standard" {
  bucket_name          = "test"
  resource_instance_id = ibm_resource_instance.cos_instance.id
  storage_class        = "smart"
  region_location      = "jp-osa"
}

Expected Behavior

Bucket successfully created, as happened with the Web UI and CLI.

Actual Behavior

Error: The endpoint doesn't exists for given location jp-osa and endpoint type public

Steps to Reproduce

terraform apply with a configured provider

References

@hkantare
Copy link
Collaborator

@hkantare
Copy link
Collaborator

closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants