Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the reasons for choosing Terraform for DevOps?
Home
Terraform
What are the reasons for choosing Terraform for DevOps?
0
votes
asked
Apr 12, 2021
in
Terraform
by
Robindeniel
What are the reasons for choosing Terraform for DevOps?
terraform-questions
terraform-interview-questions
terraform-advanced-questions
terraform-mcq-questions
terraform-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 12, 2021
by
Robindeniel
Below are the reasons for choosing Terraform for DevOps:
It can do complete orchestration and not just configuration management (like Ansible and Puppet).
Has amazing support of almost all the popular cloud providers like AWS, Azure, GCP, DigitalOcean etc.
Easily manages the configuration of an immutable (dynamic) infrastructure.
Provide immutable infrastructure where configuration changes smoothly.
Works on HCL (HashiCorp configuration language), which is very easy to learn and understand.
Easily portable from one provider to another.
...