Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update ReadME.MD - Consul template URL was broken #11

Merged
merged 1 commit into from
May 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ To deploy the Vault cluster:
1. Create an Azure Image that has Vault installed (using the [install-vault module](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/modules/install-vault)) and the Consul
agent installed (using the [install-consul
module](https://github.com/hashicorp/terraform-azurerm-consul/tree/master/modules/install-consul)). Here is an
[example Packer template](https://github.com/hashicorp/terraform-azurerm-consul/tree/master/examples/vault-consul-image).
[example Packer template](https://github.com/hashicorp/terraform-azurerm-consul/tree/master/examples/consul-image).

1. Deploy that Azure Image across a Scale Set in a private subnet using the Terraform [vault-cluster
module](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/modules/vault-cluster).
Expand Down