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
390 changes: 390 additions & 0 deletions content/terraform-cdk/v0.21.x/data/cdktf-nav-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,390 @@
[
{
"heading": "CDK for Terraform"
},
{
"title": "Overview",
"path": ""
},
{
"title": "Get Started",
"href": "https://learn.hashicorp.com/tutorials/terraform/cdktf-install?in=terraform/cdktf"
},
{
"title": "Concepts",
"routes": [
{
"title": "Architecture",
"path": "concepts/cdktf-architecture"
},
{
"title": "HCL Interoperability",
"path": "concepts/hcl-interoperability"
},
{
"title": "Constructs",
"path": "concepts/constructs"
},
{
"title": "Providers",
"path": "concepts/providers"
},
{
"title": "Resources",
"path": "concepts/resources"
},
{
"title": "Modules",
"path": "concepts/modules"
},
{
"title": "Data Sources",
"path": "concepts/data-sources"
},
{
"title": "Variables and Outputs",
"path": "concepts/variables-and-outputs"
},
{
"title": "Functions",
"path": "concepts/functions"
},
{
"title": "Iterators",
"path": "concepts/iterators"
},
{
"title": "Remote Backends",
"path": "concepts/remote-backends"
},
{
"title": "Aspects",
"path": "concepts/aspects"
},
{
"title": "Assets",
"path": "concepts/assets"
},
{
"title": "Tokens",
"path": "concepts/tokens"
},
{
"title": "Stacks",
"path": "concepts/stacks"
}
]
},
{
"title": "Examples and Guides",
"routes": [
{
"title": "Examples",
"path": "examples-and-guides/examples"
},
{
"title": "Refactoring Stacks",
"path": "examples-and-guides/refactoring"
}
]
},
{
"title": "Create and Deploy Applications",
"routes": [
{
"title": "Project Setup",
"path": "create-and-deploy/project-setup"
},
{
"title": "Configuration File",
"path": "create-and-deploy/configuration-file"
},
{
"title": "Best Practices",
"path": "create-and-deploy/best-practices"
},
{
"title": "Environment Variables",
"path": "create-and-deploy/environment-variables"
},
{
"title": "HCP Terraform",
"path": "create-and-deploy/hcp-terraform"
},
{
"title": "Deployment Patterns",
"path": "create-and-deploy/deployment-patterns"
},
{
"title": "Performance",
"path": "create-and-deploy/performance"
},
{
"title": "Remote Templates",
"path": "create-and-deploy/remote-templates"
},
{
"title": "AWS Adapter [preview]",
"path": "create-and-deploy/aws-adapter"
}
]
},
{
"title": "Develop Custom Constructs",
"routes": [
{
"title": "Design",
"path": "develop-custom-constructs/construct-design"
},
{
"title": "Publishing and Distribution",
"path": "develop-custom-constructs/publishing-and-distribution"
}
]
},
{
"title": "Test and Debug",
"routes": [
{
"title": "Unit Tests",
"path": "test/unit-tests"
},
{
"title": "Debugging",
"path": "test/debugging"
}
]
},
{
"title": "CLI Reference",
"routes": [
{
"title": "CLI Configuration",
"path": "cli-reference/cli-configuration"
},
{
"title": "Commands",
"path": "cli-reference/commands"
}
]
},
{
"title": "API Reference",
"routes": [
{
"title": "Overview",
"path": "api-reference"
},
{
"title": "Typescript",
"routes": [
{
"title": "Overview",
"path": "api-reference/typescript"
},
{
"title": "Classes",
"path": "api-reference/typescript/classes"
},
{
"title": "Constructs",
"path": "api-reference/typescript/constructs"
},
{
"title": "Enums",
"path": "api-reference/typescript/enums"
},
{
"title": "Protocols",
"path": "api-reference/typescript/protocols"
},
{
"title": "Structs",
"path": "api-reference/typescript/structs"
}
]
},
{
"title": "Python",
"routes": [
{
"title": "Overview",
"path": "api-reference/python"
},
{
"title": "Classes",
"path": "api-reference/python/classes"
},
{
"title": "Constructs",
"path": "api-reference/python/constructs"
},
{
"title": "Enums",
"path": "api-reference/python/enums"
},
{
"title": "Protocols",
"path": "api-reference/python/protocols"
},
{
"title": "Structs",
"path": "api-reference/python/structs"
}
]
},
{
"title": "Java",
"routes": [
{
"title": "Overview",
"path": "api-reference/java"
},
{
"title": "Classes",
"path": "api-reference/java/classes"
},
{
"title": "Constructs",
"path": "api-reference/java/constructs"
},
{
"title": "Enums",
"path": "api-reference/java/enums"
},
{
"title": "Protocols",
"path": "api-reference/java/protocols"
},
{
"title": "Structs",
"path": "api-reference/java/structs"
}
]
},
{
"title": "C#",
"routes": [
{
"title": "Overview",
"path": "api-reference/csharp"
},
{
"title": "Classes",
"path": "api-reference/csharp/classes"
},
{
"title": "Constructs",
"path": "api-reference/csharp/constructs"
},
{
"title": "Enums",
"path": "api-reference/csharp/enums"
},
{
"title": "Protocols",
"path": "api-reference/csharp/protocols"
},
{
"title": "Structs",
"path": "api-reference/csharp/structs"
}
]
},
{
"title": "Go",
"routes": [
{
"title": "Overview",
"path": "api-reference/go"
},
{
"title": "Classes",
"path": "api-reference/go/classes"
},
{
"title": "Constructs",
"path": "api-reference/go/constructs"
},
{
"title": "Enums",
"path": "api-reference/go/enums"
},
{
"title": "Protocols",
"path": "api-reference/go/protocols"
},
{
"title": "Structs",
"path": "api-reference/go/structs"
}
]
},
{
"title": "Providers",
"path": "api-reference/provider"
}
]
},
{
"title": "Release",
"routes": [
{
"title": "Overview",
"path": "release"
},
{
"title": "Upgrading to Version 0.19",
"path": "release/upgrade-guide-v0-19"
},
{
"title": "Upgrading to Version 0.18",
"path": "release/upgrade-guide-v0-18"
},
{
"title": "Upgrading to Version 0.17",
"path": "release/upgrade-guide-v0-17"
},
{
"title": "Upgrading to Version 0.15",
"path": "release/upgrade-guide-v0-15"
},
{
"title": "Upgrading to Version 0.13",
"path": "release/upgrade-guide-v0-13"
},
{
"title": "Upgrading to Version 0.12",
"path": "release/upgrade-guide-v0-12"
},
{
"title": "Upgrading to Version 0.11",
"path": "release/upgrade-guide-v0-11"
},
{
"title": "Upgrading to Version 0.10",
"path": "release/upgrade-guide-v0-10"
},
{
"title": "Upgrading to Version 0.9",
"path": "release/upgrade-guide-v0-9"
},
{
"title": "Upgrading to Version 0.7",
"path": "release/upgrade-guide-v0-7"
},
{
"title": "Upgrading to Version 0.6",
"path": "release/upgrade-guide-v0-6"
}
]
},
{
"title": "Community",
"path": "community"
},
{
"title": "Telemetry",
"path": "telemetry"
}
]
Loading
Loading