You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles Reid
1cec6bff4c
|
7 years ago | |
---|---|---|
cloud_init | 7 years ago | |
docs | 7 years ago | |
modules | 7 years ago | |
.gitignore | 7 years ago | |
.gitmodules | 7 years ago | |
README.md | 7 years ago | |
main.tf | 7 years ago | |
variables.tf | 7 years ago |
README.md
bespin
bespin is a repository with scripts for allocating cloud resources for automated testing of dahak workflows.
See charlesreid1.github.io/dahak-bespin.
Inspiration: terraform-aws-consul
Terraform module organization:
- root: This folder shows an example of Terraform code that uses a terraform module to deploy a cluster in AWS.
- module: This folder contains the reusable code for this Module
- examples: This folder contains examples of how to use the module.
- test: Automated tests for the module and examples.