Dabbling in Terraform.
Linux Mint, Docker and Terraform installed locally.
- terraform init - install any necessary providers
- terraform validate - validates the file
- terraform plan - describe the changes
- terraform apply - executes the file
- terraform destroy - removes whatever was created