Skip to content

Commit

Permalink
update waypoint docs again, using templates for data sources
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Apr 8, 2024
1 parent 09868a3 commit e50dea5
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 21 deletions.
11 changes: 5 additions & 6 deletions docs/data-sources/waypoint_add_on.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hcp_waypoint_add_on Data Source - terraform-provider-hcp"
subcategory: ""
subcategory: "HCP Waypoint"
description: |-
The Waypoint Add-on data source retrieves information on a given Add-on.
---

# hcp_waypoint_add_on (Data Source)

The Waypoint Add-on data source retrieves information on a given Add-on.
# hcp_waypoint_add_on `Data Source`

-> **Note:** HCP Waypoint is currently in public beta.

The Waypoint Add-on data source retrieves information on a given Add-on.

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down Expand Up @@ -41,4 +40,4 @@ The Waypoint Add-on data source retrieves information on a given Add-on.
Read-Only:

- `source` (String) Terraform Cloud no-code Module Source
- `version` (String) Terraform Cloud no-code Module Version
- `version` (String) Terraform Cloud no-code Module Version
9 changes: 4 additions & 5 deletions docs/data-sources/waypoint_add_on_definition.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hcp_waypoint_add_on_definition Data Source - terraform-provider-hcp"
subcategory: ""
subcategory: "HCP Waypoint"
description: |-
The Waypoint Add-on Definition data source retrieves information on a given Add-on Definition.
---

# hcp_waypoint_add_on_definition (Data Source)

The Waypoint Add-on Definition data source retrieves information on a given Add-on Definition.
# hcp_waypoint_add_on_definition `Data Source`

-> **Note:** HCP Waypoint is currently in public beta.

The Waypoint Add-on Definition data source retrieves information on a given Add-on Definition.

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
9 changes: 4 additions & 5 deletions docs/data-sources/waypoint_application.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hcp_waypoint_application Data Source - terraform-provider-hcp"
subcategory: ""
subcategory: "HCP Waypoint"
description: |-
The Waypoint Application data source retrieves information on a given Application.
---

# hcp_waypoint_application (Data Source)

The Waypoint Application data source retrieves information on a given Application.
# hcp_waypoint_application `Data Source`

-> **Note:** HCP Waypoint is currently in public beta.

The Waypoint Application data source retrieves information on a given Application.

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
9 changes: 4 additions & 5 deletions docs/data-sources/waypoint_application_template.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hcp_waypoint_application_template Data Source - terraform-provider-hcp"
subcategory: ""
subcategory: "HCP Waypoint"
description: |-
The Waypoint Template data source retrieves information on a given Application Template.
---

# hcp_waypoint_application_template (Data Source)

The Waypoint Template data source retrieves information on a given Application Template.
# hcp_waypoint_application_template `Data Source`

-> **Note:** HCP Waypoint is currently in public beta.

The Waypoint Template data source retrieves information on a given Application Template.

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
14 changes: 14 additions & 0 deletions templates/data-sources/waypoint_add_on.md.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: "HCP Waypoint"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---

# {{.Name}} `{{.Type}}`

-> **Note:** HCP Waypoint is currently in public beta.

{{ .Description | trimspace }}

{{ .SchemaMarkdown | trimspace }}
14 changes: 14 additions & 0 deletions templates/data-sources/waypoint_add_on_definition.md.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: "HCP Waypoint"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---

# {{.Name}} `{{.Type}}`

-> **Note:** HCP Waypoint is currently in public beta.

{{ .Description | trimspace }}

{{ .SchemaMarkdown | trimspace }}
14 changes: 14 additions & 0 deletions templates/data-sources/waypoint_application.md.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: "HCP Waypoint"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---

# {{.Name}} `{{.Type}}`

-> **Note:** HCP Waypoint is currently in public beta.

{{ .Description | trimspace }}

{{ .SchemaMarkdown | trimspace }}
14 changes: 14 additions & 0 deletions templates/data-sources/waypoint_application_template.md.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: "HCP Waypoint"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---

# {{.Name}} `{{.Type}}`

-> **Note:** HCP Waypoint is currently in public beta.

{{ .Description | trimspace }}

{{ .SchemaMarkdown | trimspace }}

0 comments on commit e50dea5

Please sign in to comment.