Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for ip_config_pool_list_ranges in subnet resource #509

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Bermos
Copy link

@Bermos Bermos commented Nov 6, 2022

The parameter was not yet documented, but is implemented and works.

@@ -63,6 +63,7 @@ resource "nutanix_subnet" "next-iac-managed" {
* `dhcp_server_address_port`: - (Optional) Port Number.
* `dhcp_options`: - (Optional) Spec for defining DHCP options.
* `dhcp_domain_search_list`: - (Optional).
* `ip_config_pool_list_ranges`: - (Optional) Range of IPs (example: 10.0.0.9 10.0.0.19).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please provide correct examples for ip_config_pool_list_ranges. It should be like :
["10.0.0.9 10.0.0.19"] .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants