πŸš€ DevOps Certified Professional
πŸ“… Starting: 1st of Every Month 🀝 +91 8409492687 | 🀝 +1 (469) 756-6329 πŸ” Contact@DevOpsSchool.com

What is terraform

DevOps

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

Terraform is a code tool it is an open source created by hashicrop.

It makes users to write code in easy way. It then generates a plan for reaching that end-state and executes the plan to provision the infrastructure. It makes you define both cloud and on-prem resources in human-readable configuration.

Example on terraform

provider β€œaws” {

region = β€œus-west-1”

}

List of five commands

Validate – Check whether the configuration is valid or not

apply – Create or update infrastructure

init – prepare your working directory for other commands

destroy – destroy previous infrastructure

console – try terraform expression at an interactive command prompt.

Subscribe
Notify of
guest


This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x