Skip to content

Add Terraform Template Recipes for custom tooling

Timo Furrer requested to merge tf-tpl-custom-tooling into master

This change set adds two sections to the Terraform Template Recipes documentation to illustrate how a user can install custom tooling and still leveraging the Terraform templates.

It focuses on two aspects:

  • installing one-off debug tooling
  • building a custom image based on the Terraform images containing the custom tooling.

This is intended to mitigate the need to provide heavily loaded images, because it's fairly easy to install them afterwards, see terraform-images#92 (closed)

I think we could still optimize this user experience, but at least it documents what users can do right now!

Merge request reports