Course outlines for learning terraform.
expected time | requirements |
---|---|
15 minutes | A computer with Terraform installed. |
Goal Learn how to change infrastructure.
In the previous lab you were able to connect (and create a resource) on the cloud provider. Let’s modify your code a bit and understand how Terraform reacts. You’ll add a few tags to the azurerm_resouce_group
.
Follow the steps described below.
Howto
section for your cloud provider.terraform plan
and terraform apply
.AWS Console | Azure Portal | GCP Console |
-out=planfile
to terraform plan
?It’s described in this section: