Terraform

What is terraform?

Terraform is an open source software tool that allows engineers to the physical resources that are required to run for an application. The infrastructure as a code is an IT practice that manages the application’s IT infrastructure through programming. This allows the developers to manage the resources that an operating system manually configure. It automatically maps the given resources to a default provider identified.

-One example terraform program

resource “github_repository” “example” {

name = “example”

description = “My awesome codebase”

visibility = “public”

}

-List of 5 terraform commands and its use

  1. terraform init
  2. terraform apply
  3. terraform plan
  4. terraform show
  5. terraform destroy

Subscribe
Notify of
guest

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

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