-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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