From 214fefd22df09fece3bce430964a885afc3f524d Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 25 Sep 2022 18:51:18 +0000 Subject: [PATCH] Update terraform.tf --- terraform.tf | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/terraform.tf b/terraform.tf index f0bba6a..9e02040 100644 --- a/terraform.tf +++ b/terraform.tf @@ -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" -}