mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 21:11:02 +00:00
deps: upgrade to terraform 0.13
This commit is contained in:
parent
36b4fe6a6e
commit
6eba145ef4
4 changed files with 44 additions and 7 deletions
6
main.tf
6
main.tf
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue