Update terraform.tf

This commit is contained in:
2022-09-25 18:40:08 +00:00
parent 6aae81bef5
commit 8f5763cb92

View File

@@ -40,3 +40,10 @@ resource "local_file" "kubeconfig" {
filename = "config"
content = base64decode(linode_lke_cluster.foobar.kubeconfig)
}
resource "linode_nodebalancer" "foobar" {
label = var.label
region = var.region
client_conn_throttle = 20
tags = var.tags
}