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

Remove a positional dir parameter from TerraformCLI #49

Merged
merged 4 commits into from
Oct 28, 2021

Conversation

minamijoyo
Copy link
Owner

@minamijoyo minamijoyo commented Oct 28, 2021

The positional dir parameter is no longer available in Terraform v0.15.0.
https://github.com/hashicorp/terraform/blob/v0.15/CHANGELOG.md#0150-april-14-2021

It was replaced by -chdir flag, but the current implementation actually doesn't seem to use it. So we can remove it.

Note: This changes contains a breaking change for tfexec package, but it doesn't affect tfmigrate CLI users, so the change will be included in a next patch release.

@minamijoyo minamijoyo merged commit 0f391bc into master Oct 28, 2021
@minamijoyo minamijoyo deleted the remove-positional-dir-param branch October 28, 2021 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant