Fix error in provider definition
All checks were successful
--> 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 No errors were found in the linting process
Lint Code Base / run-lint (push) Successful in 34s

This commit is contained in:
Davide Oddone 2024-10-15 23:43:11 +02:00
parent 88d1cf4a9d
commit b82a3636cc

View File

@ -7,7 +7,7 @@ terraform {
version = "0.8.0"
}
template = {
source = "hashicorp/terraform-provider-template"
source = "hashicorp/template"
version = "2.2.0"
}
}