Enforced version 0.8.0 of libvirt
Some checks reported errors
--> Linted: ANSIBLE No errors were found in the linting process
--> Linted: GITLEAKS No errors were found in the linting process
--> Linted: JSCPD No errors were found in the linting process
--> Linted: TERRAFORM_TFLINT Errors were detected, please view logs
--> Linted: TERRAFORM_TERRASCAN No errors were found in the linting process
Lint Code Base / run-lint (push) Failing after 33s

This commit is contained in:
Davide Oddone 2024-10-15 23:35:45 +02:00
parent 785343830f
commit ac9e66b808

View File

@ -4,6 +4,7 @@ terraform {
required_providers { required_providers {
libvirt = { libvirt = {
source = "dmacvicar/libvirt" source = "dmacvicar/libvirt"
version = "0.8.0"
} }
} }
} }