Update Terraform libvirt to v0.9.7
All checks were successful
CI / Terraform fmt + validate (pull_request) Successful in 20s
CI / Nomad job spec validate (pull_request) Successful in 16s

This commit is contained in:
2026-04-19 05:20:49 +00:00
parent 1b73fda11f
commit 3ddfe7431e
2 changed files with 29 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.7.6"
version = "0.9.7"
}
}
}