Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set site id explicitly to avoid drift #15

Merged
merged 1 commit into from
Feb 3, 2024

Set site id explicitly to avoid drift

1d73a33
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Set site id explicitly to avoid drift #15

Set site id explicitly to avoid drift
1d73a33
Select commit
Loading
Failed to load commit list.
GitHub Actions / Plan succeeded Feb 3, 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.supernode[0].netbox_virtual_machine.supernode will be updated in-place
  ~ resource "netbox_virtual_machine" "supernode" {
      ~ custom_fields = {
          - "proxmox_vm_id" = "" -> null
        }
        id            = "59"
        name          = "supernode-dev-0"
        tags          = []
        # (12 unchanged attributes hidden)
    }

  # module.supernode[1].netbox_virtual_machine.supernode will be updated in-place
  ~ resource "netbox_virtual_machine" "supernode" {
      ~ custom_fields = {
          - "proxmox_vm_id" = "" -> null
        }
        id            = "60"
        name          = "supernode-dev-1"
        tags          = []
        # (12 unchanged attributes hidden)
    }

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