Skip to content

Latest commit

 

History

History

consul

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Overview

Basic example for the consul module. Per default the module will be deployed in us-east-1 (virginia) into three AZ's.

Deploy the infrastructure

# terraform init &&\
# terraform plan -out consul.plan -var deploy_profile=<your-profile> &&\
# terraform apply "consul.plan"

# on playground
terraform init &&\
terraform plan -out consul.plan -var deploy_profile=playground &&\
terraform apply "consul.plan"

Destroy the infrastructure

# terraform destroy -var deploy_profile=<your-profile>

# on playground
terraform destroy -var deploy_profile=playground