Why do we need terraform?
Single/centralize IaC tool for all platform.What is Providers?
Use to connect other platform APIWhat is Resources?
Component or instance on platform like server, network, storageList down Top 8 commands which we have learnt so far?
Terraform init
Terraform plan
Terraform validate
Terraform apply
Terraform show
Terraform destroy
Terraform version
Terraform providers
Terraform outputWhat are the block we have used in .tf file? Explain in short.
Providers - use to download and connect different platform API
Output - to display require information from statefile
Resources - to create or update in platform
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)