Skip to content

Commit

Permalink
Merge pull request #35585 from kyle-burnett/remove_edge_location_maxi…
Browse files Browse the repository at this point in the history
…tems

fix: Remove MaxItems limitation for `aws_networkmanager_core_network_policy_document` edge_locations
  • Loading branch information
ewbankkit authored Feb 1, 2024
2 parents 9e6a280 + d106299 commit 39dc98f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/35585.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
data-source/aws_networkmanager_core_network_policy_document: Remove `core_network_configuration.edge_locations` maximum item limit
```
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ func DataSourceCoreNetworkPolicyDocument() *schema.Resource {
Type: schema.TypeList,
Required: true,
MinItems: 1,
MaxItems: 17,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"location": {
Expand Down

0 comments on commit 39dc98f

Please sign in to comment.