Skip to content

hoangqt/terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Terraform configuration to spin up VMs for testing.

Setup

Prerequisites

brew tap hashicorp/tap
brew install hashicorp/tap/terraform
  • Initialize a working directory containing main.tf
terraform init
  • Preview the changes that will be applied by Terraform
terraform plan
  • Apply the changes required to reach the desired state of the configuration
terraform apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages