-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #224 from SchwarzIT/bugfix-register-network-resource
bugfix: register stackit network resource
- Loading branch information
Showing
6 changed files
with
105 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters