Closed renovate[bot] closed 2 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.
🏗️ 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.
This PR contains the following updates:
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.