Comprehensive documentation and best practices for building Terraform providers with terraform-plugin-framework (v1.17.0). Covers providers, resources, schemas, types, validators, testing, and common pitfalls.
Overall
score
97%
{
"name": "nicholasjackson/terraform-plugin-framework",
"version": "0.1.6",
"summary": "Comprehensive documentation and best practices for building Terraform providers with terraform-plugin-framework (v1.17.0). Covers providers, resources, schemas, types, validators, testing, and common pitfalls.",
"describes": "pkg:golang/github.com/hashicorp/terraform-plugin-framework@v1.17.0",
"docs": "docs/index.md",
"private": false,
"rules": {
"diagnostics": {
"rules": "rules/diagnostics.md"
},
"state-management": {
"rules": "rules/state-management.md"
},
"schema-design": {
"rules": "rules/schema-design.md"
},
"testing-standards": {
"rules": "rules/testing-standards.md"
},
"common-pitfalls": {
"rules": "rules/common-pitfalls.md"
},
"development-workflow": {
"rules": "rules/development-workflow.md"
}
}
}