Replace templated kong2tf with recursive implementation #1390
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've replaced the template approach with an implementation that recursively walks input data. This means that
kong2tf
will work with any entity that deck supports. It will even work with new fields automatically without templates needing to be updated.In addition, I added support for importing every supported entity (we don't support important consumer group members in the provider).
I've tested this by creating one of every entity in the Konnect UI, running
deck dump --konnect-token $KONNECT_TOKEN --konnect-control-plane-name "CP With Everything" --with-id
, thenkong2tf
and the imports all work as expected withgo run main.go file kong2tf -s ~/tfimport-check/kong.yaml --generate-imports-for-control-plane-id "0dea9abf-074a-4988-bdd6-c9ea1ea25d4b" --ignore-credential-changes