Skip to content

Commit

Permalink
copy vault cluster source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tingweiftw committed Dec 1, 2023
1 parent e74e8bc commit f9212df
Show file tree
Hide file tree
Showing 5 changed files with 1,207 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/vault.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ EOF
}

module "vault" {
source = "hashicorp/vault/aws//modules/vault-cluster"
version = "0.14.1"
# copy of https://github.com/hashicorp/terraform-aws-vault/tree/v0.14.1/modules/vault-cluster
source = "../vault-cluster"

cluster_name = var.vault_cluster_name
cluster_size = var.vault_cluster_size
Expand Down
Loading

0 comments on commit f9212df

Please sign in to comment.