This commit is contained in:
Vassiliy Yegorov
2022-06-07 10:41:53 +07:00
commit 7f72d9883a
9 changed files with 492 additions and 0 deletions

9
versions.tf Normal file
View File

@@ -0,0 +1,9 @@
terraform {
required_version = ">= 1.0.0"
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "~> 1.31.0"
}
}
}