-
Notifications
You must be signed in to change notification settings - Fork 59
refactor(module/appgw): Refactor module Application Gateway and adjust examples #345
Conversation
0f8c748
to
8ded949
Compare
/help ChatOPS built in help:Currently supported commands include:
The 1st command does not take arguments, the remaining take two:
Examples: # run idempotence tests on listed modules with Terraform versions: 1.2 (latest patch available), 1.4 (latest patch available), 1.5.4.
/idempotence paths="examples/common_vmseries examples/panorama_standalone" tf_version="1.2 1.4 1.5.4" # run validation tests with the latest available Terraform version on listed modules.
/validate paths="modules/vmseries modules/vnet examples/dedicated_vmseries" |
/plan paths="examples/common_vmseries examples/common_vmseries_and_autoscale examples/dedicated_vmseries examples/dedicated_vmseries_and_autoscale examples/virtual_network_gateway examples/appgw"
|
Deploying Application Gateway in WAFv2 SKU will fail. Adding this block to module's waf_configuration {
enabled = var.waf_enabled
firewall_mode = "Detection"
rule_set_type = "OWASP"
rule_set_version = "3.2"
} |
Yes, thank you for feedback. I added support for WAF in Application Gateway: f9c1b6f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just some small comments
Co-authored-by: Łukasz Pawlęga <42772730+FoSix@users.noreply.github.com>
Co-authored-by: Łukasz Pawlęga <42772730+FoSix@users.noreply.github.com>
Co-authored-by: Łukasz Pawlęga <42772730+FoSix@users.noreply.github.com>
Co-authored-by: Łukasz Pawlęga <42772730+FoSix@users.noreply.github.com>
…me for backend settings
Description
PR delivers changes for Application Gateway:
README.md
adjusted to new style with additional header filemain.tf
by removing not requiredtry
Motivation and Context
#307 , #325
How Has This Been Tested?
I checked that module using example included in PR.
Types of changes
Checklist