ffddorf / supernodes-v2

1 stars 0 forks source link

Update Terraform iphelpers to v1.0.1 - autoclosed #14

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 9 months ago

This PR contains the following updates:

Package Type Update Change
iphelpers (source) required_provider patch 1.0.0 -> 1.0.1

Release Notes

ffddorf/terraform-provider-iphelpers (iphelpers) ### [`v1.0.1`](https://togithub.com/ffddorf/terraform-provider-iphelpers/compare/v1.0.0...v1.0.1) [Compare Source](https://togithub.com/ffddorf/terraform-provider-iphelpers/compare/v1.0.0...v1.0.1)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 9 months ago

🏗️ 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"
      - site_id       = 12 -> null
        tags          = []
        # (11 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"
      - site_id       = 12 -> null
        tags          = []
        # (11 unchanged attributes hidden)
    }

Plan: 0 to add, 2 to change, 0 to destroy.
github-actions[bot] commented 9 months ago

🏗️ Terraform Plan

No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.