Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Connect-Develop/eventstore-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provision EventStore with Terraform

Quick Terraform v0.8.6 configuration to setup EventStore v3.9.1 in single-node running on ubuntu 16.04 in any public AWS region.

Running

Create a terraform.tfvars file with the following content.

aws_access_key = "<your access key>"
aws_secret_key = "<your secret key>"
aws_region = "<region - e.g. ap-southeast-2>"
aws_key_pair = "<your keypair for that region>"

Run

make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published