ionos-cloud / terraform-provider-ionoscloud

The IonosCloud Terraform provider gives the ability to deploy and configure resources using the IonosCloud APIs.
Mozilla Public License 2.0
33 stars 21 forks source link

fix: Fix name validation for Dataplatform resources #545

Closed adeatcu-ionos closed 3 months ago

adeatcu-ionos commented 3 months ago

What does this fix or implement?

Fix the name validation by modifying the regex (the old one was invalid). Fix the validation for resources IDs (before the validation was done using the name regex, now we use validation.IsUUID).

Checklist

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
28.6% Duplication on New Code

See analysis details on SonarCloud