add versions.tf

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-05-26 12:27:19 +02:00
parent 76b383755b
commit 9cf86b8c80
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 8 additions and 0 deletions

8
versions.tf Normal file
View File

@ -0,0 +1,8 @@
terraform {
required_version = ">= 0.12"
required_providers {
cloudflare = " = 2.3.0"
digitalocean = " = 1.12.0"
}
}