File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,14 +31,15 @@ module "vm" {
3131| Name | Version |
3232| ------| ---------|
3333| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3 |
34- | <a name =" requirement_libvirt " ></a > [ libvirt] ( #requirement\_ libvirt ) | >= 0.9.0 |
34+ | <a name =" requirement_aap " ></a > [ aap] ( #requirement\_ aap ) | ~ > 1.4.0 |
35+ | <a name =" requirement_libvirt " ></a > [ libvirt] ( #requirement\_ libvirt ) | ~ > 0.9.0 |
3536
3637## Providers
3738
3839| Name | Version |
3940| ------| ---------|
40- | <a name =" provider_aap " ></a > [ aap] ( #provider\_ aap ) | n/a |
41- | <a name =" provider_libvirt " ></a > [ libvirt] ( #provider\_ libvirt ) | >= 0.9.0 |
41+ | <a name =" provider_aap " ></a > [ aap] ( #provider\_ aap ) | ~ > 1.4.0 |
42+ | <a name =" provider_libvirt " ></a > [ libvirt] ( #provider\_ libvirt ) | ~ > 0.9.0 |
4243
4344## Modules
4445
Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ terraform {
44 required_providers {
55 libvirt = {
66 source = " dmacvicar/libvirt"
7- version = " >= 0.9.0"
7+ version = " ~> 0.9.0"
88 }
99 aap = {
10- source = " registry.terraform.io/ansible/aap"
10+ source = " registry.terraform.io/ansible/aap"
11+ version = " ~> 1.4.0"
1112 }
1213 }
1314}
You can’t perform that action at this time.
0 commit comments