Skip to content

Commit

Permalink
Merge pull request #41219 from damianszlawski/f-aws_fms_policy-enhanc…
Browse files Browse the repository at this point in the history
…ement

 feat: AWS Firewall Manager common NACL policies implementation.
  • Loading branch information
ewbankkit authored Feb 4, 2025
2 parents 8f8719d + e526728 commit 7af0bd9
Show file tree
Hide file tree
Showing 5 changed files with 624 additions and 170 deletions.
3 changes: 3 additions & 0 deletions .changelog/41219.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_fms_policy: Add `security_service_policy_data.policy_option.network_acl_common_policy` argument to allow creation of FMS-managed NACL rules
```
1 change: 1 addition & 0 deletions internal/service/fms/fms_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func TestAccFMS_serial(t *testing.T) {
"tags": testAccFMSPolicy_tagsSerial,
"update": testAccPolicy_update,
"rscSet": testAccPolicy_rscSet,
"nacl": testAccPolicy_nacl,
},
"ResourceSet": {
acctest.CtBasic: testAccFMSResourceSet_basic,
Expand Down
Loading

0 comments on commit 7af0bd9

Please sign in to comment.