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

Add Pre-Plan Run Tasks to Terraform CLI #31617

Merged
merged 2 commits into from Aug 18, 2022

Commits on Aug 18, 2022

  1. Update go-tfe to v1.7.0

    glennsarti committed Aug 18, 2022
    Copy the full SHA
    b6a478b View commit details
    Browse the repository at this point in the history
  2. Add Pre-Plan Run Tasks to Terraform CLI

    Prevously the cloud backend would only render post-plan run tasks. Now
    that pre-plan tasks are in beta, this commit updates the plan phase to
    render pre-plan run tasks.  This commit also moves some common code to
    the common backend as it will be used by other task stages in the
    future.
    glennsarti committed Aug 18, 2022
    Copy the full SHA
    8562f8a View commit details
    Browse the repository at this point in the history