Kong / deck

decK: Configuration management and drift detection for Kong
https://docs.konghq.com/deck/overview
Apache License 2.0
445 stars 130 forks source link

`deck file kong2tf` variable for control plane #1420

Open DMaxter opened 1 month ago

DMaxter commented 1 month ago

Hello

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?