Skip to content

Commit

Permalink
add disk_path to docker_compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Annie Hedgpeth committed Nov 15, 2023
1 parent dae899d commit bc39326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ module "docker_compose_config" {

tfe_license = var.hc_license

disk_path = var.operational_mode == "disk" ? var.disk_path : null
hostname = local.fqdn
http_port = var.http_port
https_port = var.https_port
Expand Down
1 change: 1 addition & 0 deletions tests/standalone-vault/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module "standalone_vault" {
kms_key_arn = module.kms.key
load_balancing_scheme = local.load_balancing_scheme
node_count = 1
operational_mode = "'disk"
redis_encryption_at_rest = false
redis_encryption_in_transit = false
redis_use_password_auth = false
Expand Down

0 comments on commit bc39326

Please sign in to comment.