Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
battlebyte committed Sep 10, 2024
1 parent 94c06a0 commit 9a4bd9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/file_kong2tf.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ into Terraform resources.`,
"decK file to process. Use - to read from stdin.")
kong2TfCmd.Flags().StringVarP(&cmdKong2TfOutputFilename, "output-file", "o", "-",
"Output file to write. Use - to write to stdout.")
kong2TfCmd.Flags().StringVarP(&cmdKong2TfGenerateImportsForControlPlaneID, "generate-imports-for-control-plane-id", "g", "",
"decK file to process. Use - to read from stdin.")
kong2TfCmd.Flags().StringVarP(&cmdKong2TfGenerateImportsForControlPlaneID,
"generate-imports-for-control-plane-id", "g", "", "Generate terraform import statements for the control plane ID.")
kong2TfCmd.Flags().BoolVar(&cmdKong2TfIgnoreCredentialChanges, "ignore-credential-changes", false,
"Enable flag to add a 'lifecycle' block to each consumer credential, " +
"that ignores any changes from local to remote state.")
"Enable flag to add a 'lifecycle' block to each consumer credential, "+
"that ignores any changes from local to remote state.")

return kong2TfCmd
}

0 comments on commit 9a4bd9a

Please sign in to comment.