diff --git a/examples/vault-cluster-private/main.tf b/examples/vault-cluster-private/main.tf index ee94f71a..60b046dc 100644 --- a/examples/vault-cluster-private/main.tf +++ b/examples/vault-cluster-private/main.tf @@ -15,7 +15,7 @@ terraform { module "vault_cluster" { # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you # to a specific version of the modules, such as the following example: - # source = "github.com/hashicorp/terraform-aws-vault.git/modules/vault-cluster?ref=v0.0.1" + # source = "github.com/hashicorp/terraform-aws-vault.git//modules/vault-cluster?ref=v0.0.1" source = "../../modules/vault-cluster" cluster_name = var.vault_cluster_name