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

core: Use -state-out option when applying from a plan #7443

Merged
merged 1 commit into from
Jul 1, 2016

Commits on Jul 1, 2016

  1. Use -state-out option when applying from a plan

    When working from an existing plan, we weren't setting the PathOut field
    for a LocalState. This required adding an outPath argument to the
    StateFromPlan function to avoid having to introspect the returned
    state.State interface to find the appropriate field.
    
    To test we run a plan first and provide the new plan to apply with
    `-state-out` set.
    jbardin committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    6b5ee73 View commit details
    Browse the repository at this point in the history