Skip to content

Commit

Permalink
examples update for application gateway with WAF
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarvna committed Oct 24, 2021
1 parent 69ddda5 commit 1d752dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/application_gateway_with_waf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ module "application-gateway" {
# SKU requires `name`, `tier` to use for this Application Gateway
# `Capacity` property is optional if `autoscale_configuration` is set
sku = {
name = "Standard_v2"
tier = "Standard_v2"
name = "WAF_v2"
tier = "WAF_v2"
}
autoscale_configuration = {
Expand Down
4 changes: 2 additions & 2 deletions examples/application_gateway_with_waf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ module "application-gateway" {
# SKU requires `name`, `tier` to use for this Application Gateway
# `Capacity` property is optional if `autoscale_configuration` is set
sku = {
name = "Standard_v2"
tier = "Standard_v2"
name = "WAF_v2"
tier = "WAF_v2"
}

autoscale_configuration = {
Expand Down

0 comments on commit 1d752dc

Please sign in to comment.