Skip to content
Discussion options

You must be logged in to vote

One of our engineers responded internally with the following:

Terraform will run plan under the hood whenever you run apply - unless you give it the path to a saved plan output. It needs to do this in order to have the latest plan before applying. To fully answer this question, we need confirm that this is the same behavior that occurs with the ECS Deploy Runner's (Gruntwork Pipelines') internal usage for deploying new Reference Architectures.

I'll also add that you're encouraged to re-configure the pipelines configurations however you'd like. If you want to pass a plan output between steps to avoid running plan again, you could use something like CircleCI Artifacts or GitHub Actions Ar…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@umm0n
Comment options

@umm0n
Comment options

@ellisonc
Comment options

Answer selected by ellisonc
Comment options

You must be logged in to vote
2 replies
@umm0n
Comment options

@josh-padnick
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment