
Goal:
Let’s blend some pimp tools together & launch something into space – cyber space that is. Below is an example to show useful it is to understand Terraform state, deploy resources w/Kubernetes, & see how Terraform maintains the state file to track all your changes along w/deploying containers!
Lessons Learned:
- Check Terraform & Minikube Status
- Clone Terraform Code & Switch Proper Directory
- Switch directories
- Deploy Terraform code & Observe State File
- Terraform Init
- Terraform Plan
- Terraform Apply
- Terraform State File Tracks Resources
- Terraform State
- Terraform Destroy
Check Terraform & Minikube Status:
- terraform version

Clone Terraform Code & Switch Proper Directory:
Switch directories:


Deploy Terraform code & Observe State File:
- Terraform –
- Init
- Plan
- Apply



Terraform State File Tracks Resources:


Terraform Plan:

Terraform Apply:

Terraform Destroy:
