diff --git a/avm/res/network/load-balancer/README.md b/avm/res/network/load-balancer/README.md index 89ea458a98..334d125077 100644 --- a/avm/res/network/load-balancer/README.md +++ b/avm/res/network/load-balancer/README.md @@ -945,7 +945,7 @@ module loadBalancer 'br/public:avm/res/network/load-balancer:' = { ### Example 5: _WAF-aligned_ -This instance deploys the module with the minimum set of required parameters to deploy a WAF alligned internal load balancer. +This instance deploys the module with the minimum set of required parameters to deploy a WAF-aligned internal load balancer.
@@ -961,6 +961,11 @@ module loadBalancer 'br/public:avm/res/network/load-balancer:' = { { name: 'privateIPConfig1' subnetId: '' + zones: [ + '1' + '2' + '3' + ] } ] name: 'nlbwaf001' @@ -1055,7 +1060,12 @@ module loadBalancer 'br/public:avm/res/network/load-balancer:' = { "value": [ { "name": "privateIPConfig1", - "subnetId": "" + "subnetId": "", + "zones": [ + "1", + "2", + "3" + ] } ] }, diff --git a/avm/res/network/load-balancer/backend-address-pool/main.json b/avm/res/network/load-balancer/backend-address-pool/main.json index 1df00bfc90..5143fefb2e 100644 --- a/avm/res/network/load-balancer/backend-address-pool/main.json +++ b/avm/res/network/load-balancer/backend-address-pool/main.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.26.170.59819", - "templateHash": "13778755355834790948" + "version": "0.28.1.47646", + "templateHash": "12599435098613045377" }, "name": "Load Balancer Backend Address Pools", "description": "This module deploys a Load Balancer Backend Address Pools.", diff --git a/avm/res/network/load-balancer/inbound-nat-rule/main.json b/avm/res/network/load-balancer/inbound-nat-rule/main.json index 437c5f6cf5..67f991f8ff 100644 --- a/avm/res/network/load-balancer/inbound-nat-rule/main.json +++ b/avm/res/network/load-balancer/inbound-nat-rule/main.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.26.170.59819", - "templateHash": "528968121052795299" + "version": "0.28.1.47646", + "templateHash": "18107219293143755407" }, "name": "Load Balancer Inbound NAT Rules", "description": "This module deploys a Load Balancer Inbound NAT Rules.", diff --git a/avm/res/network/load-balancer/main.json b/avm/res/network/load-balancer/main.json index 81615b3a6b..488cdc5e45 100644 --- a/avm/res/network/load-balancer/main.json +++ b/avm/res/network/load-balancer/main.json @@ -5,8 +5,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.26.170.59819", - "templateHash": "3911239041572011237" + "version": "0.28.1.47646", + "templateHash": "17024389124356297408" }, "name": "Load Balancers", "description": "This module deploys a Load Balancer.", @@ -525,8 +525,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.26.170.59819", - "templateHash": "13778755355834790948" + "version": "0.28.1.47646", + "templateHash": "12599435098613045377" }, "name": "Load Balancer Backend Address Pools", "description": "This module deploys a Load Balancer Backend Address Pools.", @@ -662,8 +662,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.26.170.59819", - "templateHash": "528968121052795299" + "version": "0.28.1.47646", + "templateHash": "18107219293143755407" }, "name": "Load Balancer Inbound NAT Rules", "description": "This module deploys a Load Balancer Inbound NAT Rules.", diff --git a/avm/res/network/load-balancer/tests/e2e/waf-aligned/main.test.bicep b/avm/res/network/load-balancer/tests/e2e/waf-aligned/main.test.bicep index 5f5d7154ed..a6bacc87ab 100644 --- a/avm/res/network/load-balancer/tests/e2e/waf-aligned/main.test.bicep +++ b/avm/res/network/load-balancer/tests/e2e/waf-aligned/main.test.bicep @@ -71,6 +71,11 @@ module testDeployment '../../../main.bicep' = [ { name: 'privateIPConfig1' subnetId: nestedDependencies.outputs.subnetResourceId + zones: [ + '1' + '2' + '3' + ] } ] backendAddressPools: [