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: Missing required argument
│
│ with nutanix_subnet.overlay,
│ on main.tf line 51, in resource "nutanix_subnet" "overlay":
│ 51: cluster_uuid = data.nutanix_clusters.clusters.entities.0.metadata.uuid
│
│ "cluster_uuid": all of cluster_uuid,vlan_id must be specified
Expected Behavior
As per documentation, vlan_id is optional when choosing overlay type and this configuration should work
Actual Behavior
Spell checking complains about both cluster_uuid and vlan_id being mandatory. If dummy vlan_id is added, it then complains about vlan_id being invalid when using overlay type.
The text was updated successfully, but these errors were encountered:
Nutanix Cluster Information
Terraform Version
Terraform : 1.9.8
Nutanix Provider : 1.9.5
Affected Resource(s)
Terraform Configuration Files
Debug Output
│ Error: Missing required argument
│
│ with nutanix_subnet.overlay,
│ on main.tf line 51, in resource "nutanix_subnet" "overlay":
│ 51: cluster_uuid = data.nutanix_clusters.clusters.entities.0.metadata.uuid
│
│ "cluster_uuid": all of
cluster_uuid,vlan_id
must be specifiedExpected Behavior
As per documentation, vlan_id is optional when choosing overlay type and this configuration should work
Actual Behavior
Spell checking complains about both cluster_uuid and vlan_id being mandatory. If dummy vlan_id is added, it then complains about vlan_id being invalid when using overlay type.
The text was updated successfully, but these errors were encountered: