Handle nameservers as optional field in network (#521)
* make nameservers optional * fix typo in unit test * update docs * Add UseStateForUnkown --------- Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
This commit is contained in:
parent
aba728487f
commit
4de8552303
3 changed files with 8 additions and 3 deletions
|
|
@ -27,12 +27,12 @@ resource "stackit_network" "example" {
|
|||
### Required
|
||||
|
||||
- `name` (String) The name of the network.
|
||||
- `nameservers` (List of String) The nameservers of the network.
|
||||
- `project_id` (String) STACKIT project ID to which the network is associated.
|
||||
|
||||
### Optional
|
||||
|
||||
- `ipv4_prefix_length` (Number) The IPv4 prefix length of the network.
|
||||
- `nameservers` (List of String) The nameservers of the network.
|
||||
|
||||
### Read-Only
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue