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
If there is not an existing VLAN 0 network with Nutanix IPAM enabled, the subnet should be created successfully (which the GUI allows). In addition, the error message is too ambiguous to understand the root cause.
Actual Behavior
Error: error waiting for subnet id (x) to create: error_detail: INTERNAL_ERROR: Subnet type provided is not supported, progress_message: create_subnet
The resource will only allow the subnet to be created when the VLAN is not 0. Changing the VLAN in the GUI post-create and updating the Terraform declaration functions as a workaround.
Steps to Reproduce
Ensure a Network on VLAN 0 exists on the target cluster and is not configured for Nutanix IPAM.
terraform apply
References
#0000 <!---Github Issue number --->
The text was updated successfully, but these errors were encountered:
Nutanix Cluster Information
Terraform Version
Terraform v1.3.7
on windows_amd64
Affected Resource(s)
resource "nutanix_subnet"
Terraform Configuration Files
Expected Behavior
If there is not an existing VLAN 0 network with Nutanix IPAM enabled, the subnet should be created successfully (which the GUI allows). In addition, the error message is too ambiguous to understand the root cause.
Actual Behavior
The resource will only allow the subnet to be created when the VLAN is not 0. Changing the VLAN in the GUI post-create and updating the Terraform declaration functions as a workaround.
Steps to Reproduce
terraform apply
References
The text was updated successfully, but these errors were encountered: