terraform-provider-ibm icon indicating copy to clipboard operation
terraform-provider-ibm copied to clipboard

Add regex to validate location of cos bucket

Open VaishnaviGopal opened this issue 6 months ago • 0 comments

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]?$")

VaishnaviGopal avatar Jan 02 '24 15:01 VaishnaviGopal