Added hetznercloud/hcloud dependency

This commit is contained in:
Héctor Molinero Fernández
2021-06-14 23:08:23 +02:00
parent 36a092a77f
commit 7101682af2
2 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "~> 1.26.2"
}
}
}
provider "hcloud" {
token = var.hcloud_api_token
}