Skip to content

kuperiu/terraform_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform_demo

A simple demo to deploy highly available microservices to different regions in AWS.

Dependencies:

  1. Terraform v0.11.8
  2. Please export the aws credintials to environment variables, using the following commands export AWS_ACCESS_KEY_ID="" export AWS_SECRET_ACCESS_KEY="" export AWS_DEFAULT_REGION=""
  3. This module depend on a default vpc, please make sure it exist in your region and put the id of the vpc in the var file
  4. change the key to your own key in the var file and make sure it exist in every region that you want to use
  5. run terraform init to load the modules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published