Skip to content

corehello/terraform_gists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform_gists

Create new workspace

$ terraform workspace list
$ terraform workspace new workspace_20200607

Write teraform HCL

Format the code

$ terraform fmt [file_path]

Initialize the terraform context( will initialize modules and install all dependent plugins/providers )

$ terraform init

Validate the terraform code(static analysis)

$ terraform validate

Check what changes will be applied

$ terraform plan

Apply the changes( incremental change )

$ terraform apply

Destroy the infrastructure

$ terraform destory

About

Terraform syntax learning summary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages