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
[x] If you've changed documentation, have you run make generate to render the docs/ folder?
[x] Have you updated the integration/ tests with a terraform test compatible change?
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 thefolder
resource.Test Steps
make generate
to render thedocs/
folder?integration/
tests with a terraform test compatible change?