From 3530eda40349ba4d3726ce0401c5af0f1305f861 Mon Sep 17 00:00:00 2001 From: Fabian Lim Date: Thu, 7 Nov 2024 09:50:32 -0600 Subject: [PATCH] #1643 doc: Remove `region` attribute from the doc for NodeBalancer Config (#1644) --- docs/resources/nodebalancer_config.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/resources/nodebalancer_config.md b/docs/resources/nodebalancer_config.md index fd093aa6b..8e40b13cd 100644 --- a/docs/resources/nodebalancer_config.md +++ b/docs/resources/nodebalancer_config.md @@ -41,8 +41,6 @@ The following arguments are supported: * `nodebalancer_id` - (Required) The ID of the NodeBalancer to access. -* `region` - (Required) The region where this nodebalancer_config will be deployed. Examples are `"us-east"`, `"us-west"`, `"ap-south"`, etc. See all regions [here](https://api.linode.com/v4/regions). *Changing `region` forces the creation of a new Linode NodeBalancer Config.*. - - - - * `protocol` - (Optional) The protocol this port is configured to serve. If this is set to https you must include an ssl_cert and an ssl_key. (`http`, `https`, `tcp`) (Defaults to `http`)