Terraform Plan, Apply, and Destroy

Now that we have our very simple resource ready, it's time to finally create it in GitHub. To do this, we're going to follow the typical Terraform workflow of code, plan, and apply. We've already coded, so now let's plan and apply. After that, we'll do the fun part and destroy it, you know, just for kicks.


https://developer.hashicorp.com/terraform/cli/commands/plan

https://developer.hashicorp.com/terraform/cli/commands/apply

https://developer.hashicorp.com/terraform/cli/commands/destroy

Complete and Continue