From 45ef42bf7082d40714be2494bda9be7891e0989f Mon Sep 17 00:00:00 2001 From: do87 Date: Fri, 23 Feb 2024 13:58:44 +0000 Subject: [PATCH] Automated docs update --- docs/data-sources/network.md | 40 ++++++++++++++++++++++++++++++++++++ docs/resources/network.md | 40 ++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 docs/data-sources/network.md create mode 100644 docs/resources/network.md diff --git a/docs/data-sources/network.md b/docs/data-sources/network.md new file mode 100644 index 00000000..dc042a69 --- /dev/null +++ b/docs/data-sources/network.md @@ -0,0 +1,40 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "stackit_network Data Source - stackit" +subcategory: "" +description: |- + Data source for STACKIT network + + -> Environment supportTo set a custom API base URL, set STACKITKUBERNETESBASEURL environment variable +--- + +# stackit_network (Data Source) + +Data source for STACKIT network + +
+ +-> __Environment support__To set a custom API base URL, set STACKIT_KUBERNETES_BASEURL environment variable + + + + +## Schema + +### Required + +- `name` (String) the name of the network +- `project_id` (String) The project UUID. + +### Optional + +- `nameservers` (List of String) List of DNS Servers/Nameservers. +- `prefix_length_v4` (Number) prefix length + +### Read-Only + +- `network_id` (String) The ID of the network +- `prefixes` (List of String) +- `public_ip` (String) public IP address + + diff --git a/docs/resources/network.md b/docs/resources/network.md new file mode 100644 index 00000000..7994b1cf --- /dev/null +++ b/docs/resources/network.md @@ -0,0 +1,40 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "stackit_network Resource - stackit" +subcategory: "" +description: |- + Manages STACKIT network + + -> Environment supportTo set a custom API base URL, set STACKITRESOURCEMANAGEMENT_BASEURL environment variable +--- + +# stackit_network (Resource) + +Manages STACKIT network + +
+ +-> __Environment support__To set a custom API base URL, set STACKIT_RESOURCE_MANAGEMENT_BASEURL environment variable + + + + +## Schema + +### Required + +- `name` (String) the name of the network +- `project_id` (String) The project UUID. + +### Optional + +- `nameservers` (List of String) List of DNS Servers/Nameservers. +- `prefix_length_v4` (Number) prefix length + +### Read-Only + +- `network_id` (String) The ID of the network +- `prefixes` (List of String) +- `public_ip` (String) public IP address + +