From 8a39ad822038b7b1f95149c235b8c7ed02519273 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 25 Sep 2022 18:46:58 +0000 Subject: [PATCH] Update terraform.tf --- terraform.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/terraform.tf b/terraform.tf index 4eb192a..f0bba6a 100644 --- a/terraform.tf +++ b/terraform.tf @@ -47,3 +47,9 @@ resource "linode_nodebalancer" "foobar" { client_conn_throttle = 20 tags = var.tags } + +resource "linode_nodebalancer_config" "foofig" { + nodebalancer_id = linode_nodebalancer.foobar.id + port = 443 + protocol = "https" +}