You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,6 +238,7 @@ No modules.
238
238
| <aname="input_repository_lifecycle_policy"></a> [repository\_lifecycle\_policy](#input\_repository\_lifecycle\_policy)| The policy document. This is a JSON formatted string. See more details about [Policy Parameters](http://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html#lifecycle_policy_parameters) in the official AWS docs |`string`|`""`| no |
239
239
| <aname="input_repository_name"></a> [repository\_name](#input\_repository\_name)| The name of the repository |`string`|`""`| no |
240
240
| <aname="input_repository_policy"></a> [repository\_policy](#input\_repository\_policy)| The JSON policy to apply to the repository. If not specified, uses the default policy |`string`|`null`| no |
241
+
| <aname="input_repository_policy_statements"></a> [repository\_policy\_statements](#input\_repository\_policy\_statements)| A map of IAM policy [statements](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document#statement) for custom permission usage |`any`|`{}`| no |
241
242
| <aname="input_repository_read_access_arns"></a> [repository\_read\_access\_arns](#input\_repository\_read\_access\_arns)| The ARNs of the IAM users/roles that have read access to the repository |`list(string)`|`[]`| no |
242
243
| <aname="input_repository_read_write_access_arns"></a> [repository\_read\_write\_access\_arns](#input\_repository\_read\_write\_access\_arns)| The ARNs of the IAM users/roles that have read/write access to the repository |`list(string)`|`[]`| no |
243
244
| <aname="input_repository_type"></a> [repository\_type](#input\_repository\_type)| The type of repository to create. Either `public` or `private`|`string`|`"private"`| no |
description="A map of IAM policy [statements](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document#statement) for custom permission usage"
0 commit comments