Closed Ravenwater closed 3 years ago
I tried the same service using ibmcloud cli I do see the same issue
Harinis-MacBook-Pro:database hkantare$ ic resource service-instance-create test databases-for-etcd standard eu-fr2
Creating service instance test in resource group default of account Harini Reddy's Account as hkantare@in.ibm.com...
FAILED
No deployment found for service plan standard in location eu-fr2.
Valid location(s) are: us-east, us-south, au-syd, eu-gb, jp-tok, seo01, che01, eu-de, osl01.
Use 'ic service create' if the service is a Cloud Foundry service.
This is now be resolved in master after https://github.com/IBM-Cloud/bluemix-go/pull/244 was merged and the library bumped in https://github.com/IBM-Cloud/terraform-provider-ibm/pull/1870 . Maybe @hkantare could release a new version of the provider?
@hkantare @mindjiver Any updates on when this will be released. Also will eu-fr2 be added as a region for COS as well?
There is a new version of the provider. I'm not sure about COS support, that normally comes from the bluemix-go library. I will create a COS bucket tomorrow so I'll try it out.
The terraform provider now supports provisioning on eu-fr2 ...(exporting endpoints to qu-fr2 regions for few services) and cos-bucket also supports the eu-fr2 region https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform?topic=ibm-cloud-provider-for-terraform-config-provider
closing the issue
Terraform Version
$ terraform -v Terraform v0.12.29
Affected Resource(s)
complete region is unsupported
Terraform Configuration Files
Debug Output
Expected Behavior
provision an ETCD service in eu-fr2
Actual Behavior
nothing, no ETCD service was provisioned
Steps to Reproduce
terraform apply
Important Factoids
eu-fr2 is a new BNPP-EU environment that is put in production
References
unknown