You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: invalid value for ip_config_pool_list_ranges.0 (please see https://developer.nutanix.com/reference/prism_central/v3/#definitions-ip_pool)│
Steps to Reproduce
terraform apply
Important Factors
│ Error: invalid value for ip_config_pool_list_ranges.0 (please see https://developer.nutanix.com/reference/prism_central/v3/#definitions-ip_pool)
I had traced the REST to fix this and the format should be this way:
ip_config_pool_list_ranges = ["10.x.x.x 10.x.x.x"] (note that there is no comma)
I was doing this before as it is Terraform documentation(ip as a list of strings):
ip_config_pool_list_ranges = ["10.x.x.x ", "10.x.x.x"]
This didn't work.
Just wondering if the following documentation below can be updated for the time being.
https://registry.terraform.io/providers/nutanix/nutanix/latest/docs/data-sources/subnet#dhcp_server_address_port
This was the REST request header:
pool: [{range: "10.x.x.x 10.x.x.x "}]. <<. here
0: {range: "10.x.x.x 10.x.x.x"}. <<< here
Thanks in advance. I am happy to provide more information if required.
The text was updated successfully, but these errors were encountered:
Nutanix Cluster Information
Terraform Version
✗ tf -v
Terraform v1.0.8
on darwin_amd64
Your version of Terraform is out of date! The latest version
is 1.0.8. You can update by downloading from https://www.terraform.io/downloads.html
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
Important Factors
The text was updated successfully, but these errors were encountered: