Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kong2tf -g typically used in combination with gateway dump --with-id #8163

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/_src/deck/reference/deck_file_kong2tf.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ deck file kong2tf -s ./kong.yaml --generate-imports-for-control-plane-id "0dea9a
## Flags

`-g`, `--generate-imports-for-control-plane-id`
: `import` blocks will be added to Terraform to adopt existing resources.
: `import` blocks will be added to Terraform to adopt existing resources. Typically used after `deck gateway dump --with-id` to obtain the IDs of all entities.

`--ignore-credential-changes`
: credentials will be ignored until they are destroyed and recreated.
Expand Down
Loading