Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TerraformInitCommand - withPrefix doesn't support multiple prefixes #222

Closed
kmanning opened this issue May 14, 2020 · 0 comments
Closed
Labels
bug Something isn't working
Milestone

Comments

@kmanning
Copy link
Collaborator

  • TerraformValidate/TerraformPlan/TerraformApply commands all allow multiple command prefixes
  • TerraformInit should too - but there appears to be a defect.
  • Ensure that TerraformInit behaves like other commands, and allows for multiple prefixes
  • Eg:
def initCommand = new TerraformInitCommand().withPrefix("prefix1").withPrefix("prefix2")

Expected:

prefix1 prefix2  terraform init
@kmanning kmanning added the bug Something isn't working label May 14, 2020
@kmanning kmanning added this to the v5.7 milestone May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant