dep: relax dmacvicar/libvirt version constraint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
The following requirements are needed by this module:
|
The following requirements are needed by this module:
|
||||||
|
|
||||||
- <a name="requirement_libvirt"></a> [libvirt](#requirement\_libvirt) (~> 0.6.14)
|
- <a name="requirement_libvirt"></a> [libvirt](#requirement\_libvirt) (>= 0.6.14)
|
||||||
|
|
||||||
- <a name="requirement_macaddress"></a> [macaddress](#requirement\_macaddress) (~> 0.3.0)
|
- <a name="requirement_macaddress"></a> [macaddress](#requirement\_macaddress) (~> 0.3.0)
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ The following requirements are needed by this module:
|
|||||||
|
|
||||||
The following providers are used by this module:
|
The following providers are used by this module:
|
||||||
|
|
||||||
- <a name="provider_libvirt"></a> [libvirt](#provider\_libvirt) (~> 0.6.14)
|
- <a name="provider_libvirt"></a> [libvirt](#provider\_libvirt) (>= 0.6.14)
|
||||||
|
|
||||||
- <a name="provider_macaddress"></a> [macaddress](#provider\_macaddress) (~> 0.3.0)
|
- <a name="provider_macaddress"></a> [macaddress](#provider\_macaddress) (~> 0.3.0)
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
libvirt = {
|
libvirt = {
|
||||||
source = "dmacvicar/libvirt"
|
source = "dmacvicar/libvirt"
|
||||||
version = "~> 0.6.14"
|
version = ">= 0.6.14"
|
||||||
}
|
}
|
||||||
|
|
||||||
macaddress = {
|
macaddress = {
|
||||||
|
|||||||
Reference in New Issue
Block a user