terraform-provider-ibm
terraform-provider-ibm copied to clipboard
Add regex to validate location of cos bucket
In cos_bucket resource we need to validate location before creation, so that the error is rightly thrown.
something like this regexp.MustCompile("^[a-z]{2}-[a-z]{2,5}[0-9]?$")