Explicitly specified template provider version
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 No errors were found in the linting process
--> Linted: TERRAFORM_TERRASCAN Errors were detected, please view logs
Lint Code Base / run-lint (push) Failing after 30s

This commit is contained in:
Davide Oddone 2024-10-15 23:41:32 +02:00
parent ac9e66b808
commit 88d1cf4a9d

View File

@ -6,6 +6,10 @@ terraform {
source = "dmacvicar/libvirt" source = "dmacvicar/libvirt"
version = "0.8.0" version = "0.8.0"
} }
template = {
source = "hashicorp/terraform-provider-template"
version = "2.2.0"
}
} }
} }