Skip to content

Devices with many netbox_interface_template timeout on apply and never enter state after creation #788

@robcxyz

Description

@robcxyz

Per title, devicess with many templates are timing out on apply and never enter state after creation.

resource "netbox_interface_template" "arista_v1_tor_qsfp28_ports" {
  for_each       = toset([for i in range(1, 33) : tostring(i)])
  device_type_id = netbox_device_type.arista_tor_v1.id
  name           = "Ethernet${each.value}"
  label          = "Eth${each.value}"
  type           = "100gbase-x-qsfp28"
  mgmt_only      = false
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions