Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tingweiftw committed Dec 1, 2023
1 parent d41d938 commit 152a19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/core/consul.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locals {

module "consul_servers" {
# copy of https://github.com/hashicorp/terraform-aws-consul/tree/v0.8.4/modules/consul-cluster
source = "../consul-cluster"
source = "../consul-cluster"

cluster_name = var.consul_cluster_name
cluster_size = var.consul_cluster_size
Expand Down
2 changes: 1 addition & 1 deletion modules/core/vault.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EOF

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

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

0 comments on commit 152a19a

Please sign in to comment.