8000 GitHub - julienmiquel/devops: Terraform script to create a simple devops environment
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

julienmiquel/devops

Repository files navigation

devops

Terraform script to create a simple devops environment

init

install cluster on multiple project all components and recreate them

Change following with the name of your projects in build.sh

array=( projet-1 projet-2 projet-3 ) 

launch to install cluster in your projects

./build.sh

Destroy resources

Change following with the name of your projects in shutdown.sh

array=( projet-1 projet-2 projet-3 ) 

launch to destroy cluster in your projects

./shutdown.sh

About

Terraform script to create a simple devops environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0