Make version of CCM / CSI configurable

This commit is contained in:
Dennis Hoppe
2022-01-13 13:32:17 +01:00
parent db3876bca4
commit 05332e7ae3
11 changed files with 74 additions and 22 deletions

View File

@@ -1,5 +1,9 @@
terraform {
required_providers {
github = {
source = "integrations/github"
version = ">= 4.0.0, < 5.0.0"
}
hcloud = {
source = "hetznercloud/hcloud"
version = ">= 1.0.0, < 2.0.0"