Skip to content

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

@bschonec

Description

@bschonec
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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions