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
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:
parent
ac9e66b808
commit
88d1cf4a9d
@ -6,6 +6,10 @@ terraform {
|
||||
source = "dmacvicar/libvirt"
|
||||
version = "0.8.0"
|
||||
}
|
||||
template = {
|
||||
source = "hashicorp/terraform-provider-template"
|
||||
version = "2.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user