Book Image

Infrastructure as Code (IAC) Cookbook

By : Stephane Jourdan, Pierre Pomès
Book Image

Infrastructure as Code (IAC) Cookbook

By: Stephane Jourdan, Pierre Pomès

Overview of this book

Para 1: Infrastructure as code is transforming the way we solve infrastructural challenges. This book will show you how to make managing servers in the cloud faster, easier and more effective than ever before. With over 90 practical recipes for success, make the very most out of IAC.
Table of Contents (18 chapters)
Infrastructure as Code (IAC) Cookbook
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Index

Chapter 3. Going Further with Terraform

In this chapter, we will cover the following recipes:

  • Handling different environments with Terraform

  • Provisioning a CentOS 7 EC2 instance with Chef using Terraform

  • Using data sources, templates, and local execution

  • Executing remote commands at bootstrap using Terraform

  • Using Docker with Terraform

  • Simulating infrastructure changes using Terraform

  • Teamwork – sharing Terraform infrastructure state

  • Maintaining a clean and standardized Terraform code

  • One Makefile to rule them all

  • Team workflow example

  • Managing GitHub with Terraform

  • External monitoring integration with StatusCake