taiidani / terraform-provider-jenkins

Jenkins Terraform Provider
https://registry.terraform.io/providers/taiidani/jenkins/latest
Apache License 2.0
80 stars 42 forks source link

Ensure resource names cannot include path characters #202

Closed taiidani closed 8 months ago

taiidani commented 8 months ago

What Is Changing

Adding a new validation to Framework-based resources that the name property cannot include path characters. The error message guides the user to a more appropriate use of the folder resource.

Test Steps