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

Correctly fetch overridden actions in the Network Firewall policy data source #31089

Merged
merged 7 commits into from
May 2, 2023

Commits on May 1, 2023

  1. Add test for firewall policy data source with override

    This currently fails with the following error: panic: Invalid address to
    set: []string{"stateful_rule_group_reference", "0", "override"}
    
    I tried to include an aws_networkfirewall_rule_group resource in the
    test configuration to avoid depending on the rule group existing,
    however override blocks are only available on AWS-managed rule group
    references.
    dancorne committed May 1, 2023
    Configuration menu
    Copy the full SHA
    6807f3d View commit details
    Browse the repository at this point in the history
  2. Add override to firewall policy data source schema

    This previously caused a panic if an override is configured.
    dancorne committed May 1, 2023
    Configuration menu
    Copy the full SHA
    0bbd358 View commit details
    Browse the repository at this point in the history
  3. Add changelog

    dancorne committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8ae6eb2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Tweak CHANGELOG entry.

    ewbankkit committed May 2, 2023
    Configuration menu
    Copy the full SHA
    acd083e View commit details
    Browse the repository at this point in the history
  2. Update 31089.txt

    ewbankkit authored May 2, 2023
    Configuration menu
    Copy the full SHA
    1442720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78f451c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da3572d View commit details
    Browse the repository at this point in the history