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
Merged

Conversation

mraerino
Copy link
Member

@mraerino mraerino commented Feb 3, 2024

No description provided.

@mraerino mraerino self-assigned this Feb 3, 2024
Copy link

github-actions bot commented Feb 3, 2024

🏗️ 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.

@mraerino mraerino merged commit 5d207a5 into main Feb 3, 2024
2 checks passed
@mraerino mraerino deleted the fix/drift-vm-site-id branch February 3, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant