Skip to content

Commit b638260

Browse files
committed
lint fix, add retry to main.tf
1 parent f13eb63 commit b638260

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/tfe_init/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ locals {
4545
get_base64_secrets = local.get_base64_secrets
4646
install_packages = local.install_packages
4747
install_monitoring_agents = local.install_monitoring_agents
48+
retry = local.retry
4849
quadlet_unit = local.quadlet_unit
4950

5051
active_active = var.operational_mode == "active-active"

modules/tfe_init_replicated/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ locals {
1111
get_base64_secrets = local.get_base64_secrets
1212
install_packages = local.install_packages
1313
install_monitoring_agents = local.install_monitoring_agents
14+
retry = local.retry
1415

1516
# Configuration data
1617
active_active = var.tfe_configuration != null ? var.tfe_configuration.enable_active_active.value == "1" ? true : false : null

0 commit comments

Comments
 (0)