Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
142 changes: 142 additions & 0 deletions content/terraform-plugin-sdk/v2.38.x/data/plugin-sdkv2-nav-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
[
{ "heading": "SDKv2" },
{ "title": "Overview", "path": "" },
{ "title": "Migrate to the Framework", "href": "https://developer.hashicorp.com/terraform/plugin/framework/migrating" },
{
"title": "Schemas",
"routes": [
{ "title": "Overview", "path": "schemas" },
{ "title": "Schema Types", "path": "schemas/schema-types" },
{
"title": "Schema Behaviors",
"path": "schemas/schema-behaviors"
},
{
"title": "Schema Methods",
"path": "schemas/schema-methods",
"hidden": true
}
]
},
{
"title": "Resources",
"routes": [
{ "title": "Overview", "path": "resources" },
{
"title": "Customizing Differences",
"path": "resources/customizing-differences"
},
{
"title": "Data Consistency Errors",
"path": "resources/data-consistency-errors"
},
{ "title": "Import", "path": "resources/import" },
{
"title": "Retries and Customizable Timeouts",
"path": "resources/retries-and-customizable-timeouts"
},
{
"title": "State Migration",
"path": "resources/state-migration"
},
{
"title": "Write-only Arguments",
"path": "resources/write-only-arguments"
},
{
"title": "Identity",
"path": "resources/identity"
},
{
"title": "List",
"path": "resources/list"
}
]
},
{
"title": "Logging",
"routes": [
{
"title": "Overview",
"path": "logging"
},
{
"title": "HTTP Transport",
"path": "logging/http-transport"
}
]
},
{
"title": "Testing",
"routes": [
{ "title": "Overview", "path": "testing" },
{
"title": "Acceptance Testing",
"routes": [
{
"title": "Overview",
"path": "testing/acceptance-tests"
},
{
"title": "Test Cases",
"path": "testing/acceptance-tests/testcase"
},
{
"title": "Test Steps",
"path": "testing/acceptance-tests/teststep"
},
{
"title": "Sweepers",
"path": "testing/acceptance-tests/sweepers"
}
]
},
{
"title": "Testing API",
"path": "testing/testing-api",
"hidden": true
},
{
"title": "Testing Patterns",
"path": "testing/testing-patterns",
"hidden": true
},
{
"title": "Unit Testing",
"path": "testing/unit-testing"
}
]
},
{ "title": "Debugging Providers", "path": "debugging" },
{
"title": "Upgrade Guides",
"routes": [
{
"title": "Compatibility with Terraform 0.12",
"path": "guides/terraform-0.12-compatibility"
},
{
"title": "Switching to the standalone SDK",
"path": "guides/v1-upgrade-guide"
},
{
"title": "v2 Upgrade Guide",
"path": "guides/v2-upgrade-guide"
}
]
},
{
"title": "Best Practices",
"routes": [
{ "title": "Overview", "path": "best-practices" },
{
"title": "Deprecations, Removals, and Renames",
"path": "best-practices/deprecations"
},
{
"title": "Detecting Drift",
"path": "best-practices/detecting-drift"
}
]
}
]
Loading
Loading