Skip to content

Commit

Permalink
Update aws_ecr_replication_configuration documentation with limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjon-Paul Brown authored and ewbankkit committed Dec 20, 2021
1 parent 7c22bf5 commit 7846740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .changelog/22281.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:feature
resource/aws_ecr_replication_configuration: increase rules and destinations
```release-note:enhancement
resource/aws_ecr_replication_configuration: Increase `MaxItems` for `rule` to `10` and for `destination` to `25`
```
4 changes: 2 additions & 2 deletions website/docs/r/ecr_replication_configuration.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ The following arguments are supported:

### Replication Configuration

* `rule` - (Required) The replication rules for a replication configuration. See [Rule](#rule).
* `rule` - (Required) The replication rules for a replication configuration. A maximum of 10 are allowed per `replication_configuration`. See [Rule](#rule)

### Rule

* `destination` - (Required) the details of a replication destination. See [Destination](#destination).
* `destination` - (Required) the details of a replication destination. A maximum of 25 are allowed per `rule`. See [Destination](#destination).
* `repository_filter` - (Optional) filters for a replication rule. See [Repository Filter](#repository-filter).

### Destination
Expand Down

0 comments on commit 7846740

Please sign in to comment.