Skip to content

Instantly share code, notes, and snippets.

@v6
Last active March 7, 2019 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v6/be80c45fa77c1f27480686796e7a459b to your computer and use it in GitHub Desktop.
Save v6/be80c45fa77c1f27480686796e7a459b to your computer and use it in GitHub Desktop.
A minimal example of how to use Bart's fork of the terraform-azurerm-vault-consul repository as a Terraform Module.
## Visit https://github.com/bartdzkan/terraform-azurerm-vault-consul to learn more about this Terraform Module.
module "avaultcluster" {
source = "github.com/bartdzkan/terraform-azurerm-vault-consul"
num_consul_servers = 5
num_vault_servers = 3
## etc.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment