NOTES:
- This Go module has been updated to Go 1.18 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#55)
FEATURES:
- Introduced
datasourcevalidator
package withAtLeastOneOf()
,Conflicting()
,ExactlyOneOf()
, andRequiredTogether()
validation functions (#60) - Introduced
providervalidator
package withAtLeastOneOf()
,Conflicting()
,ExactlyOneOf()
, andRequiredTogether()
validation functions (#60) - Introduced
resourcevalidator
package withAtLeastOneOf()
,Conflicting()
,ExactlyOneOf()
, andRequiredTogether()
validation functions (#60)
BUG FIXES:
- all: Included missing attribute path details in error diagnostics since they are currently not output by Terraform (#61)