Skip to content

Commit

Permalink
reverts to main after testing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
theoskolnik committed Feb 27, 2024
1 parent 63db44b commit 57445fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ module "settings" {
# Azure user data / cloud init used to install and configure TFE on instance(s)
# -----------------------------------------------------------------------------
module "tfe_init_replicated" {
source = "git::https://github.com/hashicorp/terraform-random-tfe-utility//modules/tfe_init_replicated?ref=TF-10708"
source = "git::https://github.com/hashicorp/terraform-random-tfe-utility//modules/tfe_init_replicated?ref=main"
count = var.is_replicated_deployment ? 1 : 0

# TFE & Replicated Configuration data
Expand Down

0 comments on commit 57445fc

Please sign in to comment.