We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform v0.14.2 + provider registry.terraform.io/ibm-cloud/ibm v1.18.0
resource "ibm_cos_bucket" "standard" { bucket_name = "test" resource_instance_id = ibm_resource_instance.cos_instance.id storage_class = "smart" region_location = "jp-osa" }
Bucket successfully created, as happened with the Web UI and CLI.
Error: The endpoint doesn't exists for given location jp-osa and endpoint type public
terraform apply with a configured provider
terraform apply
The text was updated successfully, but these errors were encountered:
Released in https://github.com/IBM-Cloud/terraform-provider-ibm/releases/tag/v1.20.0 Cloud docs will be updated soon Registry docs: https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Sorry, something went wrong.
closing the issue
No branches or pull requests
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Bucket successfully created, as happened with the Web UI and CLI.
Actual Behavior
Steps to Reproduce
terraform apply
with a configured providerReferences
The text was updated successfully, but these errors were encountered: