Include current attribute path in validator diag message for ExactlyOneOf
#118
Labels
enhancement
New feature or request
ExactlyOneOf
#118
Terraform CLI and Framework Versions
Use Cases or Problem Statement
Given the following resource schema + config:
Produces a validation error correctly, but does not include the path of the attribute that the validation is applied to
new_attribute
:Proposal
Add the path of the attribute that the validator is applied to, to the validation diag message, like:
Additional Information
N/A
Code of Conduct
The text was updated successfully, but these errors were encountered: