Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #234 from ahamez/patch-1
Browse files Browse the repository at this point in the history
Add missing '/' in source
  • Loading branch information
brikis98 authored Mar 22, 2021
2 parents f1ac700 + 74662a8 commit 656eb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vault-cluster-private/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 656eb49

Please sign in to comment.