February 2017
Intermediate to advanced
440 pages
8h 45m
English
When we deploy or update an infrastructure with Terraform, it's sometimes enjoyable to have some local content dynamically generated. For example, if you want to provision with Ansible the new virtual machine launched by Terraform, chances are you'll need to populate a hosts file with the public IP address of this host locally on your laptop.
Ansible can use some dynamic inventories with AWS by itself, but we'll see here how to use a template in Terraform and dynamically fill in the required information so we end up with a working Ansible setup, thanks to Terraform.
To step through this recipe, you will need the following:
Read now
Unlock full access