From the course: Introduction to Terraform on Azure

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Deploying Terraform code

Deploying Terraform code

- [Instructor] Now that we've created all our resources and have our pieces together, what we want to do is log in to our Azure accounts. So using the Azure CLI, we want to enter az login. And now that we've successfully logged into our Azure account, it's going to pull up all our subscription and tenant information. So after that, we can run terraform plan, and this will show us all the configuration changes that are going to occur since we've last run terraform apply. Mine will potentially have less changes than you since we ran terraform apply earlier on. So let's give this a few seconds to minutes to load. Since it's double checking our state file with our previous configurations, as you can see, it just refreshed the state to see if any changes should occur. So now it's showing all the actions and configurations that will happen once we run terraform apply. I do want to know, I did shorten the name in the Windows…

Contents