8000 GitHub - kelvinducray/terraform: A collection of examples for learning how to deploy infrastructure with Terraform.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kelvinducray/terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform

A collection of examples for learning how to deploy infrastructure with Terraform.

Instructions

Before starting

  • Set up authentication with AWS cli by running aws configure
  • Recommended: Use the HashiCorp Terraform VSCode extension for auto-formatting and syntax highlighting

When starting a new project:

  • Create your .tf file
  • Execute terraform init
  • Check for formatting of configuration files by running terraform fmt
  • Ensure your .tf files are valid with terraform validate
  • Deploy infrastructure with terraform apply

Lastly, you can check the current state with terraform show to see what resources have been deployed.

Clean-up

Terraform makes cleaning up deployed resources incredibly easy, just run terraform destroy

About

A collection of examples for learning how to deploy infrastructure with Terraform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0