File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ locals {
45
45
get_base64_secrets = local.get_base64_secrets
46
46
install_packages = local.install_packages
47
47
install_monitoring_agents = local.install_monitoring_agents
48
+ retry = local.retry
48
49
quadlet_unit = local.quadlet_unit
49
50
50
51
active_active = var.operational_mode == " active-active"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ locals {
11
11
get_base64_secrets = local.get_base64_secrets
12
12
install_packages = local.install_packages
13
13
install_monitoring_agents = local.install_monitoring_agents
14
+ retry = local.retry
14
15
15
16
# Configuration data
16
17
active_active = var.tfe_configuration != null ? var.tfe_configuration.enable_active_active.value == " 1" ? true : false : null
You can’t perform that action at this time.
0 commit comments