diff --git a/big-ip/terraform/configuration/applications/as3/http/forward-proxy-as3.tpl b/big-ip/terraform/configuration/applications/as3/http/forward-proxy-as3.tpl index f08c5bb9..b73809d6 100644 --- a/big-ip/terraform/configuration/applications/as3/http/forward-proxy-as3.tpl +++ b/big-ip/terraform/configuration/applications/as3/http/forward-proxy-as3.tpl @@ -13,7 +13,7 @@ "http-as3": { "class": "Service_HTTP", "virtualAddresses": [ - "10.0.3.8" + "10.0.3.7" ], "virtualPort": 3128, "layer4": "tcp", diff --git a/big-ip/terraform/configuration/as3Applications.tf b/big-ip/terraform/configuration/as3Applications.tf index ff78a92c..4c85d16f 100644 --- a/big-ip/terraform/configuration/as3Applications.tf +++ b/big-ip/terraform/configuration/as3Applications.tf @@ -39,6 +39,6 @@ resource "bigip_as3" "udp-declarations" { # Pool declarations resource "bigip_as3" "pool-declarations" { for_each = fileset(path.module, "applications/as3/pool/**.tpl") - as3_json = templatefile("${path.module}/${each.key}", { subscriptionId = var.ARM_SUBSCRIPTION_ID }) + as3_json = templatefile("${path.module}/${each.key}", { as3-version = var.as3-version, subscriptionId = var.ARM_SUBSCRIPTION_ID }) ignore_metadata = true } \ No newline at end of file