Skip to content

Commit

Permalink
test path
Browse files Browse the repository at this point in the history
  • Loading branch information
Annie Hedgpeth committed Nov 15, 2023
1 parent 2f3b904 commit 7b76bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module "database" {
# Azure user data / cloud init used to install and configure TFE on instance(s) using Flexible Deployment Options
# ---------------------------------------------------------------------------------------------------------------
module "tfe_init_fdo" {
source = "git::https://github.com/hashicorp/terraform-random-tfe-utility//modules/tfe_init?ref=main"
source = "git::https://github.com/hashicorp/terraform-random-tfe-utility//modules/tfe_init?ref=ah/disk_path"
count = var.is_replicated_deployment ? 0 : 1

cloud = "azurerm"
Expand Down Expand Up @@ -173,7 +173,7 @@ module "tfe_init_fdo" {
# Docker Compose File Config for TFE on instance(s) using Flexible Deployment Options
# ------------------------------------------------------------------------------------
module "docker_compose_config" {
source = "git::https://github.com/hashicorp/terraform-random-tfe-utility//modules/docker_compose_config?ref=main"
source = "git::https://github.com/hashicorp/terraform-random-tfe-utility//modules/docker_compose_config?ref=ah/disk_path"
count = var.is_replicated_deployment ? 0 : 1

license_reporting_opt_out = var.license_reporting_opt_out
Expand Down

0 comments on commit 7b76bb0

Please sign in to comment.