Skip to content

Commit

Permalink
need vars to loop for fast
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Nov 2, 2023
1 parent 8a61836 commit 6097839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big-ip/terraform/configuration/fastApplications.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# HTTP Application
resource "bigip_fast_application" "http-manifest" {
for_each = fileset(path.module, "applications/fast/http/**.tpl")
fast_json = templatefile("${path.module}/${each.key}")
fast_json = templatefile("${path.module}/${each.key}", { monitor_passphrase = var.ad_service_ldap_password })
template = "bigip-fast-templates/http"
}

Expand Down

0 comments on commit 6097839

Please sign in to comment.