deps: upgrade to terraform 0.13

This commit is contained in:
Julian Tölle 2021-12-03 22:02:57 +01:00
parent 36b4fe6a6e
commit 6eba145ef4
4 changed files with 44 additions and 7 deletions

View file

@ -8,7 +8,7 @@ module k3s_cluster {
name = local.cluster_name
server_image = "ubuntu-18.04"
server_location = "nbg1"
control_server_type = "cx11"
control_server_type = "cx21"
compute_server_type = "cx21"
compute_count = 1
domain = "c.apricote.de"
@ -16,4 +16,8 @@ module k3s_cluster {
ssh_keys = [file("./keys/id_terraform")]
hcloud_csi_driver_token = var.hcloud_csi_driver_token
flux_git_url = "git@github.com:apricote/home-cloud-flux"
providers = {
hcloud = hcloud
}
}