Hello Terraform#
This week we’ll get started with a powerful and amazing tool: Terraform. Terraform enables you to describe your cloud resources in a plain text file. The file, called a configuration file is executed by the terraform
command. If any resources are missing or have changes, terraform
restores them to the desired state. Together, Ansible and Terraform make it possible for you to completely describe a cloud application.
Labs#
There are seven, easy to follow, quick start labs on Hashicorp’s website:
Git Commits#
After performing the labs make sure to commit the changes to your GIT repository. When your new commits are up download your code as a ZIP file as shown in class.
Documentation#
Post your steps and your zip file to the discussion board on Canvas.