add versions.tf
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
10f7441fda
commit
0ae38e2608
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue