Summary

It's been a lot of information in this chapter, but we finally know all the possible ways to supply configuration to Terraform templates. Let's recap what you learned.

You learned how to use variables in Terraform: what kind of variables we can use and how we can provide them interactively, inline, with environment variables and variable files. We also discovered data sources: a relatively new concept in Terraform that allows to get read-only data. While being still perhaps a bit too new, we found few applications for this concept. Then, you learned how to generate configuration files with the template_file data source and on top explored multiple other providers, all simplifying our configuration efforts. In the end, we even took a brief ...

Get Getting Started with Terraform now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.