Skip to content

Commit

Permalink
GCLOUD2-13375: Enhanced load balancer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtsiomAntropau committed Feb 16, 2024
1 parent fa76cdc commit 1256e15
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 40 deletions.
1 change: 0 additions & 1 deletion docs/resources/lblistener.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "gcore_lblistener Resource - terraform-provider-gcore"
subcategory: ""
description: |-
Expand Down
1 change: 0 additions & 1 deletion docs/resources/lbmember.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "gcore_lbmember Resource - terraform-provider-gcore"
subcategory: ""
description: |-
Expand Down
1 change: 0 additions & 1 deletion docs/resources/lbpool.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "gcore_lbpool Resource - terraform-provider-gcore"
subcategory: ""
description: |-
Expand Down
1 change: 0 additions & 1 deletion docs/resources/loadbalancerv2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "gcore_loadbalancerv2 Resource - terraform-provider-gcore"
subcategory: ""
description: |-
Expand Down
1 change: 0 additions & 1 deletion docs/resources/subnet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "gcore_subnet Resource - terraform-provider-gcore"
subcategory: ""
description: |-
Expand Down
9 changes: 2 additions & 7 deletions templates/resources/lblistener.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "gcore_lblistener Resource - terraform-provider-gcore"
page_title: "{{ .Name }} {{ .Type }} - {{ .ProviderName }}"
subcategory: ""
description: |-
Represent load balancer listener. Can not be created without load balancer. A listener is a process that checks for connection requests, using the protocol and port that you configure
{{ .Description }}
---

{{/* This template serves as a starting point for documentation generation, and can be customized with hardcoded values and/or doc gen templates.

For example, the {{ .SchemaMarkdown }} template can be used to replace manual schema documentation if descriptions of schema attributes are added in the provider source code. */ -}}

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

{{ .Description }}
Expand Down
9 changes: 2 additions & 7 deletions templates/resources/lbmember.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "gcore_lbmember Resource - terraform-provider-gcore"
page_title: "{{ .Name }} {{ .Type }} - {{ .ProviderName }}"
subcategory: ""
description: |-
Represent load balancer member
{{ .Description }}
---

{{/* This template serves as a starting point for documentation generation, and can be customized with hardcoded values and/or doc gen templates.

For example, the {{ .SchemaMarkdown }} template can be used to replace manual schema documentation if descriptions of schema attributes are added in the provider source code. */ -}}

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

{{ .Description }}
Expand Down
9 changes: 2 additions & 7 deletions templates/resources/lbpool.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "gcore_lbpool Resource - terraform-provider-gcore"
page_title: "{{ .Name }} {{ .Type }} - {{ .ProviderName }}"
subcategory: ""
description: |-
Represent load balancer listener pool. A pool is a list of virtual machines to which the listener will redirect incoming traffic
{{ .Description }}
---

{{/* This template serves as a starting point for documentation generation, and can be customized with hardcoded values and/or doc gen templates.

For example, the {{ .SchemaMarkdown }} template can be used to replace manual schema documentation if descriptions of schema attributes are added in the provider source code. */ -}}

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

{{ .Description }}
Expand Down
9 changes: 2 additions & 7 deletions templates/resources/loadbalancerv2.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "gcore_loadbalancerv2 Resource - terraform-provider-gcore"
page_title: "{{ .Name }} {{ .Type }} - {{ .ProviderName }}"
subcategory: ""
description: |-
Represent load balancer without nested listener
{{ .Description }}
---

{{/* This template serves as a starting point for documentation generation, and can be customized with hardcoded values and/or doc gen templates.

For example, the {{ .SchemaMarkdown }} template can be used to replace manual schema documentation if descriptions of schema attributes are added in the provider source code. */ -}}

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

{{ .Description }}
Expand Down
9 changes: 2 additions & 7 deletions templates/resources/subnet.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "gcore_subnet Resource - terraform-provider-gcore"
page_title: "{{ .Name }} {{ .Type }} - {{ .ProviderName }}"
subcategory: ""
description: |-
Represent subnets. Subnetwork is a range of IP addresses in a cloud network. Addresses from this range will be assigned to machines in the cloud
{{ .Description }}
---

{{/* This template serves as a starting point for documentation generation, and can be customized with hardcoded values and/or doc gen templates.

For example, the {{ .SchemaMarkdown }} template can be used to replace manual schema documentation if descriptions of schema attributes are added in the provider source code. */ -}}

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

{{ .Description }}
Expand Down

0 comments on commit 1256e15

Please sign in to comment.