Examples for the Terraform Lunch and Learn
This is the comparison between Ansible Playbooks and a terraform resource
Basic Terraform Example showing how to create an Azure Resource group. This utilizes a logged in shell so no environment variables need to be set
Building upon Example 1 this example creates an azure app service plan and an azure app service in the resource group created in example 1. This utilizes a logged in shell so no environment variables need to be set.