Skip to content

Commit

Permalink
Merge pull request #23486 from jordanfelle/fix/23485
Browse files Browse the repository at this point in the history
fix #23485: Remove limit for number of domains in aws_route53_resolver_firewall_domain_list
  • Loading branch information
ewbankkit committed Mar 3, 2022
2 parents 42c8799 + 0643b87 commit 021a8b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/23485.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_route53_resolver_firewall_domain_list: Remove limit for number of `domains`.
```
1 change: 0 additions & 1 deletion internal/service/route53resolver/firewall_domain_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func ResourceFirewallDomainList() *schema.Resource {
Type: schema.TypeSet,
Optional: true,
MinItems: 0,
MaxItems: 255,
Elem: &schema.Schema{Type: schema.TypeString},
},

Expand Down

0 comments on commit 021a8b2

Please sign in to comment.