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
When I try to add a range of VLANs to a VLAN policy, the process fails after creating a few VLANs. The error returned is:
│ Error: error occurred while creating FabricVlan: 400 Bad Request Response from endpoint: {"code":"InvalidRequest","message":"The VLAN policy is attached to profiles in Validating state. Wait for validation to complete and retry. Use bulk API for editing multiple VLANs.","messageId":"gobi_fabric_vlan_create_error","traceId":"P0A0z3Q0Y1UHQhwLm4PdQAY6NrWebLxQJ67pxRfqX_aWVvZZcnJ1UQ=="}
I couldn't find a way to enable bulk API in this module. I have found this issue in the provider's repository CiscoDevNet/terraform-provider-intersight#327
but there is no way to define dependency in the module's level here.
When I try to add a range of VLANs to a VLAN policy, the process fails after creating a few VLANs. The error returned is:
│ Error: error occurred while creating FabricVlan: 400 Bad Request Response from endpoint: {"code":"InvalidRequest","message":"The VLAN policy is attached to profiles in Validating state. Wait for validation to complete and retry. Use bulk API for editing multiple VLANs.","messageId":"gobi_fabric_vlan_create_error","traceId":"P0A0z3Q0Y1UHQhwLm4PdQAY6NrWebLxQJ67pxRfqX_aWVvZZcnJ1UQ=="}I couldn't find a way to enable bulk API in this module. I have found this issue in the provider's repository CiscoDevNet/terraform-provider-intersight#327
but there is no way to define dependency in the module's level here.