Skip to content

Commit

Permalink
Fix Consul Docs (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan-mundy committed Oct 3, 2023
1 parent 6c01ab0 commit ddb0285
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/consul_agent_helm_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ page_title: "hcp_consul_agent_helm_config Data Source - terraform-provider-hcp"
subcategory: "HCP Consul"
description: |-
The Consul agent Helm config data source provides Helm values for a Consul agent running in Kubernetes.
---

# hcp_consul_agent_helm_config (Data Source)

Expand All @@ -17,7 +18,6 @@ data "hcp_consul_agent_helm_config" "example" {
}
```


<!-- schema generated by tfplugindocs -->
## Schema

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/consul_agent_kubernetes_secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ page_title: "hcp_consul_agent_kubernetes_secret Data Source - terraform-provider
subcategory: "HCP Consul"
description: |-
The agent config Kubernetes secret data source provides Consul agents running in Kubernetes the configuration needed to connect to the Consul cluster.
---

# hcp_consul_agent_kubernetes_secret (Data Source)

Expand Down Expand Up @@ -41,4 +42,3 @@ If a project is not configured in the HCP Provider config block, the oldest proj
Optional:

- `default` (String)

2 changes: 1 addition & 1 deletion docs/data-sources/consul_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ page_title: "hcp_consul_cluster Data Source - terraform-provider-hcp"
subcategory: "HCP Consul"
description: |-
The cluster data source provides information about an existing HCP Consul cluster.
---

# hcp_consul_cluster (Data Source)

Expand Down Expand Up @@ -72,4 +73,3 @@ Read-Only:

- `address` (String)
- `description` (String)

2 changes: 1 addition & 1 deletion docs/data-sources/consul_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ page_title: "hcp_consul_versions Data Source - terraform-provider-hcp"
subcategory: "HCP Consul"
description: |-
The Consul versions data source provides the Consul versions supported by HCP.
---

# hcp_consul_versions (Data Source)

Expand Down Expand Up @@ -34,4 +35,3 @@ data "hcp_consul_versions" "default" {}
Optional:

- `default` (String)

2 changes: 1 addition & 1 deletion docs/guides/consul-federation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
subcategory: ""
subcategory: "HCP Consul"
page_title: "Consul Federation with Auto HVN Peering - HCP Provider"
description: |-
An example of federating a new HCP Consul cluster with an existing one via auto peering.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/consul-root-token.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
subcategory: ""
subcategory: "HCP Consul"
page_title: "Create a new ACL root token - HCP Provider"
description: |-
An example of creating a new ACL root token.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
subcategory: ""
subcategory: "HCP Consul"
page_title: "Create Consul cluster snapshots in HCP - HCP Provider"
description: |-
An example of creating an HCP Consul cluster snapshot.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/consul_snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ page_title: "hcp_consul_snapshot Resource - terraform-provider-hcp"
subcategory: "HCP Consul"
description: |-
The Consul snapshot resource allows users to manage Consul snapshots of an HCP Consul cluster. Snapshots currently have a retention policy of 30 days.
---

# hcp_consul_snapshot (Resource)

Expand Down
2 changes: 1 addition & 1 deletion templates/data-sources/consul_agent_helm_config.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: "HCP Consul"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---

# {{.Name}} ({{.Type}})

Expand All @@ -12,5 +13,4 @@ description: |-

{{ tffile "examples/data-sources/hcp_consul_agent_helm_config/data-source.tf" }}


{{ .SchemaMarkdown | trimspace }}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: "HCP Consul"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---

# {{.Name}} ({{.Type}})

Expand All @@ -13,4 +14,3 @@ description: |-
{{ tffile "examples/data-sources/hcp_consul_agent_kubernetes_secret/data-source.tf" }}

{{ .SchemaMarkdown | trimspace }}

2 changes: 1 addition & 1 deletion templates/data-sources/consul_cluster.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: "HCP Consul"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---

# {{.Name}} ({{.Type}})

Expand All @@ -13,4 +14,3 @@ description: |-
{{ tffile "examples/data-sources/hcp_consul_cluster/data-source.tf" }}

{{ .SchemaMarkdown | trimspace }}

2 changes: 1 addition & 1 deletion templates/data-sources/consul_versions.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: "HCP Consul"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---

# {{.Name}} ({{.Type}})

Expand All @@ -13,4 +14,3 @@ description: |-
{{ tffile "examples/data-sources/hcp_consul_versions/data-source.tf" }}

{{ .SchemaMarkdown | trimspace }}

2 changes: 1 addition & 1 deletion templates/guides/consul-federation.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
subcategory: ""
subcategory: "HCP Consul"
page_title: "Consul Federation with Auto HVN Peering - HCP Provider"
description: |-
An example of federating a new HCP Consul cluster with an existing one via auto peering.
Expand Down
2 changes: 1 addition & 1 deletion templates/guides/consul-root-token.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
subcategory: ""
subcategory: "HCP Consul"
page_title: "Create a new ACL root token - HCP Provider"
description: |-
An example of creating a new ACL root token.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
subcategory: ""
subcategory: "HCP Consul"
page_title: "Create Consul cluster snapshots in HCP - HCP Provider"
description: |-
An example of creating an HCP Consul cluster snapshot.
Expand Down
1 change: 1 addition & 0 deletions templates/resources/consul_snapshot.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: "HCP Consul"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---

# {{.Name}} ({{.Type}})

Expand Down

0 comments on commit ddb0285

Please sign in to comment.