Skip to content

Commit

Permalink
Merge pull request #28 from HPE/vmaas-docs
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
zachovich authored May 23, 2022
2 parents 6e69bc8 + 8e2d71e commit 5ecf561
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ provider "hpegl" {

Optional:

- `api_url` (String) The URL to use for the VMaaS API, can also be set with the HPEGL_VMAAS_API_URL env var
- `location` (String) Location of GL VMaaS Service, can also be set with the HPEGL_VMAAS_LOCATION env var.
- `space_name` (String) IAM Space name of the GL VMaaS Service, can also be set with the HPEGL_VMAAS_SPACE_NAME env var.
1 change: 1 addition & 0 deletions docs/resources/vmaas_instance.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_instance Resource - vmaas-terraform-resources"
subcategory: "vmaas"
description: |-
This Instance resource facilitates creating,
updating and deleting virtual machines. HPE recommends that you use the VMware as type for provisioning.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/vmaas_instance_clone.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_instance_clone Resource - vmaas-terraform-resources-clone"
subcategory: "vmaas"
description: |-
Instance clone resource facilitates creating,
updating and deleting cloned virtual machines.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/vmaas_network.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_network Resource - vmaas-terraform-resources"
subcategory: "vmaas"
description: |-
Network resource facilitates creating,
updating and deleting NSX-T Networks.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/vmaas_router.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_router Resource - vmaas-terraform-resources"
subcategory: "vmaas"
description: |-
Router resource facilitates creating,
updating and deleting NSX-T Tier0/Tier1 Network Routers.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/vmaas_router_bgp_neighbor
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_router_bgp_neighbor Resource - vmaas-terraform-resources"
subcategory: "vmaas"
description: |-
Router Bgp Neighbor resource facilitates creating,
updating and deleting NSX-T Network Router BGP Neighbors.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/vmaas_router_firewall_rule_group.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_router_firewall_rule_group Resource - vmaas-terraform-resources"
subcategory: "vmaas"
description: |-
---
Expand Down
1 change: 1 addition & 0 deletions docs/resources/vmaas_router_nat_rule.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_router_nat_rule Resource - vmaas-terraform-resources"
subcategory: "vmaas"
description: |-
Router NAT rule resource facilitates creating,
updating and deleting NSX-T Network Router NAT rules.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/vmaas_router_route.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_router_route Resource - vmaas-terraform-resources"
subcategory: "vmaas"
description: |-
Router route resource facilitates creating,
updating and deleting NSX-T Network Router routes.
Expand Down
1 change: 1 addition & 0 deletions templates/resources/vmaas_instance.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_instance Resource - vmaas-terraform-resources"
subcategory: {{ $arr := split .Name "_" }}"{{ index $arr 1 }}"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
1 change: 1 addition & 0 deletions templates/resources/vmaas_instance_clone.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_instance_clone Resource - vmaas-terraform-resources-clone"
subcategory: {{ $arr := split .Name "_" }}"{{ index $arr 1 }}"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
1 change: 1 addition & 0 deletions templates/resources/vmaas_network.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_network Resource - vmaas-terraform-resources"
subcategory: {{ $arr := split .Name "_" }}"{{ index $arr 1 }}"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
1 change: 1 addition & 0 deletions templates/resources/vmaas_router.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_router Resource - vmaas-terraform-resources"
subcategory: {{ $arr := split .Name "_" }}"{{ index $arr 1 }}"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
1 change: 1 addition & 0 deletions templates/resources/vmaas_router_bgp_neighbor.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_router_bgp_neighbor Resource - vmaas-terraform-resources"
subcategory: {{ $arr := split .Name "_" }}"{{ index $arr 1 }}"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_router_firewall_rule_group Resource - vmaas-terraform-resources"
subcategory: {{ $arr := split .Name "_" }}"{{ index $arr 1 }}"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
1 change: 1 addition & 0 deletions templates/resources/vmaas_router_nat_rule.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_router_nat_rule Resource - vmaas-terraform-resources"
subcategory: {{ $arr := split .Name "_" }}"{{ index $arr 1 }}"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
1 change: 1 addition & 0 deletions templates/resources/vmaas_router_route.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ""
page_title: "hpegl_vmaas_router_route Resource - vmaas-terraform-resources"
subcategory: {{ $arr := split .Name "_" }}"{{ index $arr 1 }}"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down

0 comments on commit 5ecf561

Please sign in to comment.