☁️ Bespin is a command line interface for requesting AWS resources for dahak workflows from the command line.
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 add bootstrap to docs style 7 years ago
cloud_init add cloud init scripts 7 years ago
docs add bootstrap to docs style 7 years ago
modules add modules structure - one for cluster launch config, one for security rules 7 years ago
.gitignore init commit of terraform resources. (second try) 7 years ago
.gitmodules removing spy from .gitmodules 7 years ago
README.md update readme 7 years ago
main.tf fix source to be relative directory 7 years ago
variables.tf add terraform module variables file 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.