Skip to content

Commit

Permalink
Fix lb enable proxy protocol type (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Anarse <vishal@civo.com>
  • Loading branch information
Vishal Anarase committed Feb 28, 2022
1 parent a06a034 commit 36a768b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions civo/datasource_loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 36a768b

Please sign in to comment.