Skip to content

Commit

Permalink
feat(terraform): update terraform libvirt ( 0.7.1 → 0.8.1 )
Browse files Browse the repository at this point in the history
| datasource         | package           | from  | to    |
| ------------------ | ----------------- | ----- | ----- |
| terraform-provider | dmacvicar/libvirt | 0.7.1 | 0.8.1 |


Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent f3f1566 commit ee940d2
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 51 deletions.
46 changes: 30 additions & 16 deletions armature/prod/nwk1/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion armature/prod/nwk1/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.7.1"
version = "0.8.1"
}
sops = {
source = "carlpett/sops"
Expand Down
46 changes: 30 additions & 16 deletions armature/prod/scr1/vms/ceph-02/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion armature/prod/scr1/vms/ceph-02/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.7.1"
version = "0.8.1"
}
ct = {
source = "poseidon/ct"
Expand Down
46 changes: 30 additions & 16 deletions armature/prod/scr1/vms/dbs/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion armature/prod/scr1/vms/dbs/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.7.1"
version = "0.8.1"
}
ct = {
source = "poseidon/ct"
Expand Down

0 comments on commit ee940d2

Please sign in to comment.