Skip to content

Commit 1d752dc

Browse files
committed
examples update for application gateway with WAF
1 parent 69ddda5 commit 1d752dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/application_gateway_with_waf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ module "application-gateway" {
3636
# SKU requires `name`, `tier` to use for this Application Gateway
3737
# `Capacity` property is optional if `autoscale_configuration` is set
3838
sku = {
39-
name = "Standard_v2"
40-
tier = "Standard_v2"
39+
name = "WAF_v2"
40+
tier = "WAF_v2"
4141
}
4242
4343
autoscale_configuration = {

examples/application_gateway_with_waf/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ module "application-gateway" {
2525
# SKU requires `name`, `tier` to use for this Application Gateway
2626
# `Capacity` property is optional if `autoscale_configuration` is set
2727
sku = {
28-
name = "Standard_v2"
29-
tier = "Standard_v2"
28+
name = "WAF_v2"
29+
tier = "WAF_v2"
3030
}
3131

3232
autoscale_configuration = {

0 commit comments

Comments
 (0)