From 317e9ac86c8bde23340cb7c66e4629db3102083e Mon Sep 17 00:00:00 2001 From: Jordi Fernandez Date: Fri, 22 Nov 2024 09:50:12 +0100 Subject: [PATCH] Update deck_file_kong2tf.md Explain that the `-g` flag is typically used in combination with`deck gateway dump --with-id`. --- app/_src/deck/reference/deck_file_kong2tf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_src/deck/reference/deck_file_kong2tf.md b/app/_src/deck/reference/deck_file_kong2tf.md index d7a56ca5a2a..18f6a33d3a1 100644 --- a/app/_src/deck/reference/deck_file_kong2tf.md +++ b/app/_src/deck/reference/deck_file_kong2tf.md @@ -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.