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.
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.