add versions.tf

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-10-07 14:21:45 +02:00
parent 10f7441fda
commit 0ae38e2608
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 21 additions and 0 deletions

21
versions.tf Normal file
View File

@ -0,0 +1,21 @@
terraform {
required_version = "~> 0.13.3"
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = " = 2.10.1"
}
google = {
source = "hashicorp/google"
version = " = 3.40.0"
}
ansible = {
source = "nbering/ansible"
version = " = 1.0.4"
}
pass = {
source = "camptocamp/pass"
version = " = 1.4.0"
}
}
}