cloud.terraform
cloud.terraform copied to clipboard
target parameter doesn't format the comman-line argument correctly
SUMMARY
When specifying values for the ''target:'' parameter, the command line argument doesn't provide an equals sign to the terraform/tofu command
ISSUE TYPE
- Bug Report
STEPS TO REPRODUCE
Specify a value for the targets: argument.
EXPECTED RESULTS
terraform <commands> -target=my.target.id
ACTUAL RESULTS
terraform <commands> -target my.target.id
The module_utils/terraform_commands.py apply_plan() function should be changed.