add missing version constraints for providers - null, template

Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
This commit is contained in:
Gaurav Gahlot 2021-01-12 12:10:17 +05:30
parent 68c334307c
commit 60270f3164
No known key found for this signature in database
GPG Key ID: 1A9A68577495C60C
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1.2"
}
template = {
source = "hashicorp/template"
version = "~> 2.1.2"
}
}
}