nhurel / terraspec

Terraform unit test framework
Mozilla Public License 2.0
79 stars 7 forks source link

Provide a Dockerfile #24

Closed Silvere112 closed 2 years ago

Silvere112 commented 2 years ago

Hello,

I'm currently using the tool for local development (thanks). Now I'm integrating the testing into my CI/CD workflow. For that, I built an image that contains terraspec and terraform.

Are you interested in adding the corresponding Dockerfile to this repository?

nhurel commented 2 years ago

Hello, Thanks for your feedback.

I'm glad to hear you're using it in your CI/CD as well.

Thanks for your proposal but I don't think it's useful to add the Dockerfile here. Even if it definitely makes sense for you to build an image with terraform and terraspec together I don't think it's worth providing a Dockerfile for this in this repository. People may use different version of terraform than you or may want to package other tools as well, so I prefer to let everyone build the image that best fit their needs.