Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Creating a Virtual Machine in Azure with Terraform
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Adding Providers
- 3 Authenticating the Azure Provider
- 4 Terraform Init
- 5 Creating a Virtual Machine Resource
- 6 Using Data Sources
- 7 Running Terraform Plan
- 8 Running Terraform Apply
- 9 Using Terraform Functions
- 10 Updating Resources
- 11 Defining Outputs
- 12 Removing Resources With Terraform Destroy
- 13 Provisioning Applications With Cloud Init
- 14 Making Configuration Dynamic With Variables
- 15 Complex Variables and Conditional Statements
- 16 The lifecycle Meta Argument
- 17 Summary