Skip to content

Commit

Permalink
revert ref to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Annie Hedgpeth committed Nov 17, 2023
1 parent c745f0f commit 6f0f8a1
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 @@ -166,7 +166,7 @@ module "docker_compose_config" {
# 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=ah/TF-10844-registry"
source = "git::https://github.com/hashicorp/terraform-random-tfe-utility//modules/tfe_init?ref=main"
count = var.is_replicated_deployment ? 0 : 1

cloud = "google"
Expand Down

0 comments on commit 6f0f8a1

Please sign in to comment.