Skip to content

Import R10

Import R10 #19

GitHub Actions / Plan succeeded Apr 1, 2024 in 0s

0 to add, 2 to change, 0 to destroy

Terraform Plan

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.device["R10"].netbox_vlan.networks["1"] will be updated in-place
  ~ resource "netbox_vlan" "networks" {
        id        = "50"
        name      = "Management"
      - role_id   = 2 -> null
        tags      = []
      - tenant_id = 2 -> null
        # (4 unchanged attributes hidden)
    }

  # module.device["R10"].netbox_vlan.networks["2"] will be updated in-place
  ~ resource "netbox_vlan" "networks" {
        id        = "52"
        name      = "Access"
      - role_id   = 4 -> null
        tags      = []
      - tenant_id = 2 -> null
        # (4 unchanged attributes hidden)
    }

Plan: 0 to add, 2 to change, 0 to destroy.