Update terraform.tf
This commit is contained in:
13
terraform.tf
13
terraform.tf
@@ -40,16 +40,3 @@ resource "local_file" "kubeconfig" {
|
|||||||
filename = "config"
|
filename = "config"
|
||||||
content = base64decode(linode_lke_cluster.foobar.kubeconfig)
|
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"
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user