appgate / terraform-provider-appgatesdp

Terraform Provider for Appgate SDP
https://registry.terraform.io/providers/appgate/appgatesdp
MIT License
21 stars 10 forks source link

Appliance Features can't be disabled once enabled #75

Closed infosec-shinobi closed 3 years ago

infosec-shinobi commented 3 years ago

ssh_server, prometheus_exporter, and healthcheck_server code blocks can't be disabled once enabled.

Problem lines:

"Enabled" field is being hardcoded to "true" instead of a call to the "GetEnabled" function.

PR to address coming shortly.

dlnilsson commented 3 years ago

Fixed in #76