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

command/plan: user friendly error if plan file given to plan command #10639

Merged
merged 2 commits into from
Dec 12, 2016

Conversation

mitchellh
Copy link
Contributor

Fixes #10627

This detects if a plan file was given to the plan command and gives an error. This didn't have any detrimental effect in practice but was just a weird case where we should be more explicit about what is happening. In practice it is a noop so we just show an error saying it isn't allowed since there is no practical reason to do it.

Copy link
Contributor

@apparentlymart apparentlymart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stack72 stack72 added the core label Dec 12, 2016
@mitchellh
Copy link
Contributor Author

I'm actually going to change this. I talked to a few folks and they liked this UX for checking what a plan does (tell me the plan of this plan), but we should more explicitly warn that that is what is happening.

@mitchellh mitchellh merged commit 1c537f6 into master Dec 12, 2016
@mitchellh mitchellh deleted the b-plan-plan branch December 12, 2016 18:50
@ghost
Copy link

ghost commented Apr 18, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Terraform plan acts strangely when given a plan file as input
3 participants