leverage icon indicating copy to clipboard operation
leverage copied to clipboard

[159] Fix issue with argument parsing logic for tf apply

Open borland667 opened this issue 8 months ago • 3 comments

What?

  • Implemented enhanced parsing logic in handle_apply_arguments_parsing to handle Terraform apply command arguments.
  • Added support for various argument formats including -var, -var-file, -target, -lock, -parallelism, -compact-warnings, -input, -json, -auto-approve, -no-color, and combinations thereof.

Why?

  • Enhance robustness and flexibility in handling Terraform apply command arguments.
  • Ensure accurate parsing and inclusion of specified arguments while discarding irrelevant or malformed inputs.
  • Improve compatibility with diverse use cases and user input scenarios.
  • Address user feedback regarding parsing inconsistencies and edge cases.

References

  • Use closes #159, if this PR closes a GitHub issue #159

Before release

Review the checklist here

borland667 avatar Jun 19 '24 15:06 borland667