File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ module "aurora_database" {
201
201
# Docker Compose File Config for TFE on instance(s) using Flexible Deployment Options
202
202
# ------------------------------------------------------------------------------------
203
203
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 "
205
205
count = var. is_replicated_deployment ? 0 : 1
206
206
207
207
tfe_license = var. hc_license
@@ -280,7 +280,7 @@ module "runtime_container_engine_config" {
280
280
# AWS cloud init used to install and configure TFE on instance(s) using Flexible Deployment Options
281
281
# --------------------------------------------------------------------------------------------------
282
282
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 "
284
284
count = var. is_replicated_deployment ? 0 : 1
285
285
286
286
cloud = " aws"
You can’t perform that action at this time.
0 commit comments