drone-terraform icon indicating copy to clipboard operation
drone-terraform copied to clipboard

Add tf-summarize integration & skipping tf init / cleanup

Open blufor opened this issue 2 years ago • 2 comments

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

  • skip_init
  • skip_cleanup

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 avatar Oct 06 '22 13:10 blufor

Also contains solution to #139 now.

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

  • blufor/drone-terraform:8.4-1.3.1
  • blufor/drone-terraform:latest

blufor avatar Oct 06 '22 14:10 blufor

...and an example of real-world usage

blufor avatar Oct 06 '22 14:10 blufor