jmccann / drone-terraform

Drone plugin for triggering Terraform deployments
http://plugins.drone.io/jmccann/terraform/
Apache License 2.0
86 stars 93 forks source link

Add tf-summarize integration & skipping tf init / cleanup #140

Open blufor opened 2 years ago

blufor commented 2 years ago

I've decided to add few features. The crucial one is adding two settings:

These two work together with s3-cache plugin, so when using separate pipelines you don't have to re-init the whole thing.

The other part is adding tf-summarize integration so that plans can be formatted nicely.

blufor commented 2 years ago

Also contains solution to #139 now.

The container is testable (amd64 only) with these docker images:

blufor commented 2 years ago

...and an example of real-world usage