Skip to content

This Repo gives the basic understanding of Terraform Language

Notifications You must be signed in to change notification settings

menakakarichiyappakumar/Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terraform

This Repo gives the basic understanding of Terraform Language

Basic Terraform Command

terraform init

 - Iintializes the working directory containing Terraform configuration files.

terraform vailate

 - Validates Terraform configuration files

terraform fmt

 - Formats Terraform configuration files

terraform paln

 - Gives the plan for Terraform configuration files

terraform apply

 - Applies the Terraform configuration

terraform destroy

 - Destroies the Infrastructure

About

This Repo gives the basic understanding of Terraform Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages