add the ability to run terraform plan only#76
Conversation
|
Thanks @myjaffoo, this is cool! I do have a tiny issue with a "dry run" which I'll explain: One of the reasons I love This brings up a good conversation. The way the TFO
One could be clever store the last successful "dry run" generation in My initial thoughts before this PR was planning on using a "postPlanScript" to pause TFO. The script would accept some event (that I also haven't determined) to continue or just error out which stops the execution. I'm going to brew on this PR for a while. If you think of a good way to use the dry-run's plan.out so a new plan isn't generated, I'd love to hear from you. Maybe something like ...
kind: terraform
spec:
plan: "DryRun"
#plan: "UseDryRun" # looks for `dryrun.index`
#plan: "" # when not matching above, or null, defaults to generate plan and applyI'm not sold on my ideas for this lol |
No description provided.