Skip to content

Commit d42a85a

Browse files
authored
Update branch to main
1 parent b90f818 commit d42a85a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ module "aurora_database" {
201201
# Docker Compose File Config for TFE on instance(s) using Flexible Deployment Options
202202
# ------------------------------------------------------------------------------------
203203
module "runtime_container_engine_config" {
204-
source = "git::https://github.com/hashicorp/terraform-random-tfe-utility//modules/runtime_container_engine_config?ref=redis-standalone"
204+
source = "git::https://github.com/hashicorp/terraform-random-tfe-utility//modules/runtime_container_engine_config?ref=main"
205205
count = var.is_replicated_deployment ? 0 : 1
206206

207207
tfe_license = var.hc_license
@@ -280,7 +280,7 @@ module "runtime_container_engine_config" {
280280
# AWS cloud init used to install and configure TFE on instance(s) using Flexible Deployment Options
281281
# --------------------------------------------------------------------------------------------------
282282
module "tfe_init_fdo" {
283-
source = "git::https://github.com/hashicorp/terraform-random-tfe-utility//modules/tfe_init?ref=redis-standalone"
283+
source = "git::https://github.com/hashicorp/terraform-random-tfe-utility//modules/tfe_init?ref=main"
284284
count = var.is_replicated_deployment ? 0 : 1
285285

286286
cloud = "aws"

0 commit comments

Comments
 (0)