Skip to content

Commit 3afc33c

Browse files
committed
move dynamic provider credentials
1 parent 174a555 commit 3afc33c

File tree

1 file changed

+101
-69
lines changed

1 file changed

+101
-69
lines changed

content/terraform-docs-common/data/cloud-docs-nav-data.json

Lines changed: 101 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -156,38 +156,6 @@
156156
]
157157
},
158158
{
159-
"title": "Use dynamic provider credentials",
160-
"routes": [
161-
{ "title": "Overview", "href": "dynamic-provider-credentials" },
162-
{ "title": "Workload identity tokens", "href": "dynamic-provider-credentials/workload-identity-tokens" },
163-
{ "title": "Vault configuration", "href": "dynamic-provider-credentials/vault-configuration" },
164-
{ "title": "AWS configuration", "href": "dynamic-provider-credentials/aws-configuration" },
165-
{ "title": "GCP configuration", "href": "dynamic-provider-credentials/gcp-configuration" },
166-
{ "title": "Azure configuration", "href": "dynamic-provider-credentials/azure-configuration" },
167-
{ "title": "Kubernetes configuration", "href": "dynamic-provider-credentials/kubernetes-configuration" },
168-
{ "title": "HCP configuration", "href": "dynamic-provider-credentials/hcp-configuration" },
169-
{ "title": "Manually generating workload identity tokens", "href": "dynamic-provider-credentials/manual-generation" },
170-
{ "title": "Specifying multiple configurations", "href": "dynamic-provider-credentials/specifying-multiple-configurations"},
171-
{
172-
"title": "Vault-backed dynamic credentials",
173-
"routes": [
174-
{ "title": "Overview", "href": "dynamic-provider-credentials/vault-backed" },
175-
{ "title": "AWS configuration", "href": "dynamic-provider-credentials/vault-backed/aws-configuration" },
176-
{ "title": "GCP configuration", "href": "dynamic-provider-credentials/vault-backed/gcp-configuration" },
177-
{ "title": "Azure configuration", "href": "dynamic-provider-credentials/vault-backed/azure-configuration" }
178-
]
179-
},
180-
{
181-
"title": "HCP Vault secrets-backed dynamic credentials",
182-
"routes": [
183-
{ "title": "Overview", "href": "dynamic-provider-credentials/hcp-vault-secrets-backed" },
184-
{ "title": "AWS configuration", "href": "dynamic-provider-credentials/hcp-vault-secrets-backed/aws-configuration" },
185-
{ "title": "GCP configuration", "href": "dynamic-provider-credentials/hcp-vault-secrets-backed/gcp-configuration" }
186-
]
187-
}
188-
]
189-
},
190-
{
191159
"title": "Variables",
192160
"routes": [
193161
{ "title": "Overview", "path": "variables" },
@@ -200,37 +168,37 @@
200168
{
201169
"title": "Connecting to VCS",
202170
"routes": [
203-
{ "title": "Overview", "path": "vcs" },
204-
{
205-
"title": "GitHub.com",
206-
"path": "vcs/github-app"
207-
},
208-
{ "title": "GitHub.com (OAuth)", "path": "vcs/github" },
209-
{
210-
"title": "GitHub Enterprise",
211-
"path": "vcs/github-enterprise"
212-
},
213-
{ "title": "GitLab.com", "path": "vcs/gitlab-com" },
214-
{ "title": "GitLab EE and CE", "path": "vcs/gitlab-eece" },
215-
{ "title": "Bitbucket cloud", "path": "vcs/bitbucket-cloud" },
216-
{
217-
"title": "Bitbucket data center",
218-
"path": "vcs/bitbucket-data-center"
219-
},
220-
{
221-
"title": "Azure DevOps services (OAuth)",
222-
"path": "vcs/azure-devops-services"
223-
},
224-
{
225-
"title": "Azure DevOps services (PAT)",
226-
"path": "vcs/azure-devops-services-pat"
227-
},
228-
{
229-
"title": "Azure DevOps server",
230-
"path": "vcs/azure-devops-server"
231-
},
232-
{ "title": "Private VCS providers", "path": "vcs/private"},
233-
{ "title": "Troubleshooting", "path": "vcs/troubleshooting" }
171+
{ "title": "Overview", "path": "vcs" },
172+
{
173+
"title": "GitHub.com",
174+
"path": "vcs/github-app"
175+
},
176+
{ "title": "GitHub.com (OAuth)", "path": "vcs/github" },
177+
{
178+
"title": "GitHub Enterprise",
179+
"path": "vcs/github-enterprise"
180+
},
181+
{ "title": "GitLab.com", "path": "vcs/gitlab-com" },
182+
{ "title": "GitLab EE and CE", "path": "vcs/gitlab-eece" },
183+
{ "title": "Bitbucket cloud", "path": "vcs/bitbucket-cloud" },
184+
{
185+
"title": "Bitbucket data center",
186+
"path": "vcs/bitbucket-data-center"
187+
},
188+
{
189+
"title": "Azure DevOps services (OAuth)",
190+
"path": "vcs/azure-devops-services"
191+
},
192+
{
193+
"title": "Azure DevOps services (PAT)",
194+
"path": "vcs/azure-devops-services-pat"
195+
},
196+
{
197+
"title": "Azure DevOps server",
198+
"path": "vcs/azure-devops-server"
199+
},
200+
{ "title": "Private VCS providers", "path": "vcs/private"},
201+
{ "title": "Troubleshooting", "path": "vcs/troubleshooting" }
234202
]
235203
},
236204
{
@@ -423,6 +391,38 @@
423391
}
424392
]
425393
},
394+
{
395+
"title": "Use dynamic provider credentials",
396+
"routes": [
397+
{ "title": "Overview", "href": "dynamic-provider-credentials" },
398+
{ "title": "Workload identity tokens", "href": "dynamic-provider-credentials/workload-identity-tokens" },
399+
{ "title": "Vault configuration", "href": "dynamic-provider-credentials/vault-configuration" },
400+
{ "title": "AWS configuration", "href": "dynamic-provider-credentials/aws-configuration" },
401+
{ "title": "GCP configuration", "href": "dynamic-provider-credentials/gcp-configuration" },
402+
{ "title": "Azure configuration", "href": "dynamic-provider-credentials/azure-configuration" },
403+
{ "title": "Kubernetes configuration", "href": "dynamic-provider-credentials/kubernetes-configuration" },
404+
{ "title": "HCP configuration", "href": "dynamic-provider-credentials/hcp-configuration" },
405+
{ "title": "Manually generating workload identity tokens", "href": "dynamic-provider-credentials/manual-generation" },
406+
{ "title": "Specifying multiple configurations", "href": "dynamic-provider-credentials/specifying-multiple-configurations"},
407+
{
408+
"title": "Vault-backed dynamic credentials",
409+
"routes": [
410+
{ "title": "Overview", "href": "dynamic-provider-credentials/vault-backed" },
411+
{ "title": "AWS configuration", "href": "dynamic-provider-credentials/vault-backed/aws-configuration" },
412+
{ "title": "GCP configuration", "href": "dynamic-provider-credentials/vault-backed/gcp-configuration" },
413+
{ "title": "Azure configuration", "href": "dynamic-provider-credentials/vault-backed/azure-configuration" }
414+
]
415+
},
416+
{
417+
"title": "HCP Vault secrets-backed dynamic credentials",
418+
"routes": [
419+
{ "title": "Overview", "href": "dynamic-provider-credentials/hcp-vault-secrets-backed" },
420+
{ "title": "AWS configuration", "href": "dynamic-provider-credentials/hcp-vault-secrets-backed/aws-configuration" },
421+
{ "title": "GCP configuration", "href": "dynamic-provider-credentials/hcp-vault-secrets-backed/gcp-configuration" }
422+
]
423+
}
424+
]
425+
},
426426
{
427427
"title": "Cost estimation",
428428
"routes": [
@@ -453,11 +453,11 @@
453453
]
454454
},
455455
{
456-
"title": "Control state and plan file encryption",
457-
"routes": [
458-
{ "title": "Overview", "path": "hold-your-own-key" },
459-
{ "title": "How hold your own key works", "path": "hold-your-own-key/concepts" },
460-
{ "title": "Configure and manage keys", "path": "hold-your-own-key/configure" }
456+
"title": "Control state and plan file encryption",
457+
"routes": [
458+
{ "title": "Overview", "path": "hold-your-own-key" },
459+
{ "title": "How hold your own key works", "path": "hold-your-own-key/concepts" },
460+
{ "title": "Configure and manage keys", "path": "hold-your-own-key/configure" }
461461
]
462462
},
463463
{
@@ -601,7 +601,39 @@
601601
{ "title": "Configuration versions", "path": "stacks/deploy/configuration-versions" },
602602
{ "title": "Review deployment plans", "path": "stacks/deploy/plans" }
603603
]
604-
}
604+
},
605+
{
606+
"title": "Use dynamic provider credentials",
607+
"routes": [
608+
{ "title": "Overview", "href": "dynamic-provider-credentials" },
609+
{ "title": "Workload identity tokens", "href": "dynamic-provider-credentials/workload-identity-tokens" },
610+
{ "title": "Vault configuration", "href": "dynamic-provider-credentials/vault-configuration" },
611+
{ "title": "AWS configuration", "href": "dynamic-provider-credentials/aws-configuration" },
612+
{ "title": "GCP configuration", "href": "dynamic-provider-credentials/gcp-configuration" },
613+
{ "title": "Azure configuration", "href": "dynamic-provider-credentials/azure-configuration" },
614+
{ "title": "Kubernetes configuration", "href": "dynamic-provider-credentials/kubernetes-configuration" },
615+
{ "title": "HCP configuration", "href": "dynamic-provider-credentials/hcp-configuration" },
616+
{ "title": "Manually generating workload identity tokens", "href": "dynamic-provider-credentials/manual-generation" },
617+
{ "title": "Specifying multiple configurations", "href": "dynamic-provider-credentials/specifying-multiple-configurations"},
618+
{
619+
"title": "Vault-backed dynamic credentials",
620+
"routes": [
621+
{ "title": "Overview", "href": "dynamic-provider-credentials/vault-backed" },
622+
{ "title": "AWS configuration", "href": "dynamic-provider-credentials/vault-backed/aws-configuration" },
623+
{ "title": "GCP configuration", "href": "dynamic-provider-credentials/vault-backed/gcp-configuration" },
624+
{ "title": "Azure configuration", "href": "dynamic-provider-credentials/vault-backed/azure-configuration" }
625+
]
626+
},
627+
{
628+
"title": "HCP Vault secrets-backed dynamic credentials",
629+
"routes": [
630+
{ "title": "Overview", "href": "dynamic-provider-credentials/hcp-vault-secrets-backed" },
631+
{ "title": "AWS configuration", "href": "dynamic-provider-credentials/hcp-vault-secrets-backed/aws-configuration" },
632+
{ "title": "GCP configuration", "href": "dynamic-provider-credentials/hcp-vault-secrets-backed/gcp-configuration" }
633+
]
634+
}
635+
]
636+
}
605637
]
606638
},
607639
{

0 commit comments

Comments
 (0)