Skip to main content

Chapter 1 - Introduction

Start here if you're looking for a place to begin your Terraform journey.

Introduction

This book as adapted from labs freely available on Github. It is advised to clone this down and work through each one of these labs per chapter.

Terraform Associate 003 Study Guide


Hashicorp Study guide


https://developer.hashicorp.com/terraform/tutorials/certification-003/associate-study-003

Appendix B Summary


There is a summary at the bottom of this document.


https://github.com/stacksimplify/hashicorp-certified-terraform-associate-on-azure

Terraform Workflow


The Terraform workflow is as follows: init - validate - plan - apply - destroy

About Solomon


Solomon works in Azure and AWS and uses Terraform as his everyday deployment method for resource creation in these environments. He uses Azure DevOps CI/CD pipelines to deliver infrastructure.