Update terraform.tf

This commit is contained in:
2022-09-25 18:51:18 +00:00
parent 8a39ad8220
commit 214fefd22d

View File

@@ -40,16 +40,3 @@ 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
}
resource "linode_nodebalancer_config" "foofig" {
nodebalancer_id = linode_nodebalancer.foobar.id
port = 443
protocol = "https"
}