Skip to content

Commit

Permalink
add documentation for disable_dns_servers property
Browse files Browse the repository at this point in the history
  • Loading branch information
disperate committed Mar 11, 2024
1 parent 3601403 commit 1593661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/resources/subnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ The following arguments are supported when creating/changing subnets:
* `cidr` - (Required) The address range in CIDR notation. Must be at least /24.
* `network_uuid` - (Required) The network of the subnet.
* `gateway_address` - (Optional) The gateway address of the subnet.
* `dns_servers` - (Optional) A list of DNS resolver IP addresses, that act as DNS servers.
* `dns_servers` - (Optional) A list of DNS resolver IP addresses, that act as DNS servers. If not defined, default DNS servers are used.
* `disable_dns_servers` - (Optional) If set to true, no DNS servers are set. Can not be used together with `dns_servers`.
* `tags` - (Optional) Tags allow you to assign custom metadata to resources:
```
tags = {
Expand Down

0 comments on commit 1593661

Please sign in to comment.