This commit is contained in:
jem 2021-05-07 18:42:43 +02:00
parent 8d0f5a0c5d
commit 5b3a19ba62
2 changed files with 4 additions and 3 deletions

View file

@ -28,7 +28,7 @@ use_plugin("python.distutils")
default_task = "publish"
name = "ddadevops"
version = "0.9.1-dev"
version = "0.9.1"
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
description = __doc__
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]

View file

@ -1,8 +1,9 @@
# Configure the Hetzner Cloud Provider
terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
hcloud = {
source = "hetznercloud/hcloud" # this whole block is important
version = "1.23.0"
}
}
required_version = ">= 0.13"