Skip to content

afonsir/terraform-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Basics

  • To initialize a Terraform configuration:
terraform init
  • To view the changes that are going to be applied:
terraform plan
  • To apply your infrastructure configuration:
terraform apply
  • To clean the created resources:
terraform destroy
  • To enable verbose mode:
export TF_LOG=TRACE

About

Studying Terraform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published