From 36a768b12d8f8e6aaf1ba3f5f25c4212a417a5ff Mon Sep 17 00:00:00 2001 From: Vishal Anarase Date: Mon, 28 Feb 2022 14:55:29 +0530 Subject: [PATCH] Fix lb enable proxy protocol type (#122) Signed-off-by: Vishal Anarse --- civo/datasource_loadbalancer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/civo/datasource_loadbalancer.go b/civo/datasource_loadbalancer.go index 9fab063d..672a929e 100644 --- a/civo/datasource_loadbalancer.go +++ b/civo/datasource_loadbalancer.go @@ -55,9 +55,9 @@ func dataSourceLoadBalancer() *schema.Resource { Description: "The session affinity config timeout of the load balancer", }, "enable_proxy_protocol": { - Type: schema.TypeBool, + Type: schema.TypeString, Computed: true, - Description: "Whether the load balancer is configured to proxy protocol", + Description: "The enabled proxy protocol of the load balancer", }, "private_ip": { Type: schema.TypeString,