FAQ | This is a LIVE service | Changelog

gateway gets created no matter what the feature toggle is set to

enable_gateway = "false"

this should stop the gateway resource from being created. It currently doesn't.

Should be a simple fix on the resource:

 count = var.enable_gateway ? 1 : 0
Edited by M.C. Sharpley