Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 797 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 797 Bytes

Day 61- Terraform🔥

Hope you've already got the gist of What Working with Terraform would be like . Lets begin with day 2 of Terraform !

Task 1:

find purpose of basic Terraform commands which you'll use often

  1. terraform init

  2. terraform init -upgrade

  3. terraform plan

  4. terraform apply

  5. terraform validate

  6. terraform fmt

  7. terraform destroy

Also along with these tasks its important to know about Terraform in general- Who are Terraform's main competitors? The main competitors are:

Ansible Packer Cloud Foundry Kubernetes

Want a Free video Course for terraform? Click here

Don't forget to share your learnings on Linkedin ! Happy Learning :)

← Previous Day | Next Day →