Is it possible to not output the first section of deck file kong2tf that defines the control_plane_id variable?
If I am provisioning the control plane using terraform as well, I have the control plane id dynamically from terraform, so it is possible to fill it automatically. Could we disable this generation or replace with local.control_plane_id allowing us to define it somewhere in our terraform scripts?
Hello
Is it possible to not output the first section of
deck file kong2tf
that defines thecontrol_plane_id
variable?If I am provisioning the control plane using terraform as well, I have the control plane id dynamically from terraform, so it is possible to fill it automatically. Could we disable this generation or replace with
local.control_plane_id
allowing us to define it somewhere in our terraform scripts?