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

aws_networkfirewall_rule_group: Use list instead of set #27102

Merged
merged 6 commits into from
Dec 16, 2022

Commits on Dec 15, 2022

  1. aws_networkfirewall_rule_group: Use list instead of set for stateful_…

    …rule
    
    Order matters for the StatefulRules, at least when rule_order is set to STRICT_ORDER,
    so change the types from TypeSet to TypeList, so AWS doesn't change the order when it writes it up.
    
    Fixes: hashicorp#24977
    tmccombs committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    bab1545 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    d96c8dd View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry.

    ewbankkit committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    51db9aa View commit details
    Browse the repository at this point in the history
  3. Update 27102.txt

    ewbankkit authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2bf8412 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7baa7c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a2367e View commit details
    Browse the repository at this point in the history