cloud.terraform icon indicating copy to clipboard operation
cloud.terraform copied to clipboard

target parameter doesn't format the comman-line argument correctly

Open bschonec opened this issue 3 months ago • 0 comments

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.

bschonec avatar Aug 25 '25 18:08 bschonec