Skip to content

knowlesy/terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashicorp Examples

Terraform

Examples of using Terraform

Study Material

-Using Terraform with Azure

-how to pass the hashicorp certified: terraform associate exam in 2022

-Beginners Tutorial to Terraform with Azure

Commands

initialise

terraform init 

format script

terraform fmt 

Validate

terraform validate

plan

terraform plan

deploy the config

terraform apply
terraform apply -auto-approve

destroy

terraform plan -destroy
terraform apply -destroy
terraform apply -destroy -auto-approve

variables

terraform plan -var-file values.tfvars
terraform apply -var-file values.tfvars

Releases

No releases published

Packages

No packages published