Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azurerm_application_gateway - support WAF Policies #6105

Merged
merged 12 commits into from May 13, 2020

Commits on May 11, 2020

  1. Allow associating WAF Policy to Application Gateway

    Fixes hashicorp#4667.
    
    Signed-off-by: Sune Keller <absukl@almbrand.dk>
    sirlatrom committed May 11, 2020
    Copy the full SHA
    d011272 View commit details
    Browse the repository at this point in the history
  2. Add firewall_policy to website docs

    Signed-off-by: Sune Keller <absukl@almbrand.dk>
    sirlatrom committed May 11, 2020
    Copy the full SHA
    2179334 View commit details
    Browse the repository at this point in the history
  3. Ensure "id" key is always set to a value

    Co-Authored-By: Tom Harvey <tombuildsstuff@users.noreply.github.com>
    sirlatrom and tombuildsstuff committed May 11, 2020
    Copy the full SHA
    c3904d7 View commit details
    Browse the repository at this point in the history
  4. Validate that the "id" field refers to a Resource

    Co-Authored-By: Tom Harvey <tombuildsstuff@users.noreply.github.com>
    sirlatrom and tombuildsstuff committed May 11, 2020
    Copy the full SHA
    9411e42 View commit details
    Browse the repository at this point in the history
  5. Move firewall_policy block to better place in docs

    Signed-off-by: Sune Keller <absukl@almbrand.dk>
    sirlatrom committed May 11, 2020
    Copy the full SHA
    6e86350 View commit details
    Browse the repository at this point in the history
  6. Simplify "firewall_policy" subresource to "firewall_policy_id"

    Signed-off-by: Sune Keller <absukl@almbrand.dk>
    sirlatrom committed May 11, 2020
    Copy the full SHA
    3286360 View commit details
    Browse the repository at this point in the history
  7. Simplify

    Signed-off-by: Sune Keller <absukl@almbrand.dk>
    sirlatrom committed May 11, 2020
    Copy the full SHA
    7468bbb View commit details
    Browse the repository at this point in the history
  8. Test setting "firewall_policy_id" in "azurerm_application_gateway"

    Signed-off-by: Sune Keller <absukl@almbrand.dk>
    sirlatrom committed May 11, 2020
    Copy the full SHA
    59906cb View commit details
    Browse the repository at this point in the history
  9. Run terrafmt

    Signed-off-by: Sune Keller <absukl@almbrand.dk>
    sirlatrom committed May 11, 2020
    Copy the full SHA
    731a7d5 View commit details
    Browse the repository at this point in the history
  10. Update application gateway test to use shorter property names in fire…

    …wall policy
    
    Signed-off-by: Sune Keller <absukl@almbrand.dk>
    sirlatrom committed May 11, 2020
    Copy the full SHA
    6ddd627 View commit details
    Browse the repository at this point in the history
  11. Align test with changes made in hashicorp#6126

    Signed-off-by: Sune Keller <absukl@almbrand.dk>
    sirlatrom committed May 11, 2020
    Copy the full SHA
    d97f732 View commit details
    Browse the repository at this point in the history
  12. Refer correctly to policy_settings in test

    Signed-off-by: Sune Keller <absukl@almbrand.dk>
    sirlatrom committed May 11, 2020
    Copy the full SHA
    c3a654c View commit details
    Browse the repository at this point in the history