File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/application_gateway_with_waf Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 = {
Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments