-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Terraform reference category page locations
Backports #47955 As with #47797, Docusaurus expects category index pages to be within--and named after--their parent directories. (Docusaurus also accepts the names `README` and `index` for category pages, but we are not using this convention.) This change applies this standard to our Terraform provider reference docs. - Update paths in the generator configuration. Assume that each category index page is in the same subdirectory as its contents. - Update paths in the `lint.yaml` workflow. - Fix internal links.
- Loading branch information
Showing
19 changed files
with
130 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
docs/pages/reference/terraform-provider/data-sources/data-sources.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: "Terraform data-sources index" | ||
description: "Index of all the data-sources supported by the Teleport Terraform Provider" | ||
--- | ||
|
||
{/*Auto-generated file. Do not edit.*/} | ||
{/*To regenerate, navigate to integrations/terraform and run `make docs`.*/} | ||
|
||
{/* | ||
This file will be renamed data-sources.mdx during build time. | ||
The template name is reserved by tfplugindocs so we suffix with -index. | ||
*/} | ||
|
||
The Teleport Terraform provider supports the following data-sources: | ||
|
||
- [`teleport_access_list`](./access_list.mdx) | ||
- [`teleport_access_monitoring_rule`](./access_monitoring_rule.mdx) | ||
- [`teleport_app`](./app.mdx) | ||
- [`teleport_auth_preference`](./auth_preference.mdx) | ||
- [`teleport_cluster_maintenance_config`](./cluster_maintenance_config.mdx) | ||
- [`teleport_cluster_networking_config`](./cluster_networking_config.mdx) | ||
- [`teleport_database`](./database.mdx) | ||
- [`teleport_github_connector`](./github_connector.mdx) | ||
- [`teleport_installer`](./installer.mdx) | ||
- [`teleport_login_rule`](./login_rule.mdx) | ||
- [`teleport_oidc_connector`](./oidc_connector.mdx) | ||
- [`teleport_okta_import_rule`](./okta_import_rule.mdx) | ||
- [`teleport_provision_token`](./provision_token.mdx) | ||
- [`teleport_role`](./role.mdx) | ||
- [`teleport_saml_connector`](./saml_connector.mdx) | ||
- [`teleport_session_recording_config`](./session_recording_config.mdx) | ||
- [`teleport_static_host_user`](./static_host_user.mdx) | ||
- [`teleport_trusted_cluster`](./trusted_cluster.mdx) | ||
- [`teleport_trusted_device`](./trusted_device.mdx) | ||
- [`teleport_user`](./user.mdx) |
This file was deleted.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
docs/pages/reference/terraform-provider/resources/resources.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: "Terraform resources index" | ||
description: "Index of all the datasources supported by the Teleport Terraform Provider" | ||
--- | ||
|
||
{/*Auto-generated file. Do not edit.*/} | ||
{/*To regenerate, navigate to integrations/terraform and run `make docs`.*/} | ||
|
||
{/* | ||
This file will be renamed data-sources.mdx during build time. | ||
The template name is reserved by tfplugindocs so we suffix with -index. | ||
*/} | ||
|
||
The Teleport Terraform provider supports the following resources: | ||
|
||
- [`teleport_access_list`](./access_list.mdx) | ||
- [`teleport_access_monitoring_rule`](./access_monitoring_rule.mdx) | ||
- [`teleport_app`](./app.mdx) | ||
- [`teleport_auth_preference`](./auth_preference.mdx) | ||
- [`teleport_bot`](./bot.mdx) | ||
- [`teleport_cluster_maintenance_config`](./cluster_maintenance_config.mdx) | ||
- [`teleport_cluster_networking_config`](./cluster_networking_config.mdx) | ||
- [`teleport_database`](./database.mdx) | ||
- [`teleport_github_connector`](./github_connector.mdx) | ||
- [`teleport_installer`](./installer.mdx) | ||
- [`teleport_login_rule`](./login_rule.mdx) | ||
- [`teleport_oidc_connector`](./oidc_connector.mdx) | ||
- [`teleport_okta_import_rule`](./okta_import_rule.mdx) | ||
- [`teleport_provision_token`](./provision_token.mdx) | ||
- [`teleport_role`](./role.mdx) | ||
- [`teleport_saml_connector`](./saml_connector.mdx) | ||
- [`teleport_server`](./server.mdx) | ||
- [`teleport_session_recording_config`](./session_recording_config.mdx) | ||
- [`teleport_static_host_user`](./static_host_user.mdx) | ||
- [`teleport_trusted_cluster`](./trusted_cluster.mdx) | ||
- [`teleport_trusted_device`](./trusted_device.mdx) | ||
- [`teleport_user`](./user.mdx) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.