Skip to content

Commit

Permalink
Automated docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
do87 committed Feb 23, 2024
1 parent 871f8ba commit 45ef42b
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/data-sources/network.md
Original file line number Diff line number Diff line change
@@ -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

<br />

-> __Environment support__<small>To set a custom API base URL, set <code>STACKIT_KUBERNETES_BASEURL</code> environment variable </small>



<!-- schema generated by tfplugindocs -->
## 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


40 changes: 40 additions & 0 deletions docs/resources/network.md
Original file line number Diff line number Diff line change
@@ -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

<br />

-> __Environment support__<small>To set a custom API base URL, set <code>STACKIT_RESOURCE_MANAGEMENT_BASEURL</code> environment variable </small>



<!-- schema generated by tfplugindocs -->
## 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


0 comments on commit 45ef42b

Please sign in to comment.