# terraform-stacks **Repository Path**: terraform-learn/terraform-stacks ## Basic Information - **Project Name**: terraform-stacks - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # terraform stacks This project contains a set of terraform directories (stacks) to demonstrate how you can use [terraform-api](https://github.com/gregoryguillou/terraform-api). This includes: - The `demo` stack includes a very basic stack based on consul to test and demonstrate `terraform-api`. In addition, it also provides some tools: - The `app` applications allows to review the `demo` stack currently running by querying the `consul:8500` key/value store. To specify the workspaces run a command like this `export WORKSPACE="staging,qa"`.