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
@@ -234,6 +234,7 @@ No modules.
234
234
| <aname="input_repository_image_scan_on_push"></a> [repository\_image\_scan\_on\_push](#input\_repository\_image\_scan\_on\_push)| Indicates whether images are scanned after being pushed to the repository (`true`) or not scanned (`false`) |`bool`|`true`| no |
235
235
| <aname="input_repository_image_tag_mutability"></a> [repository\_image\_tag\_mutability](#input\_repository\_image\_tag\_mutability)| The tag mutability setting for the repository. Must be one of: `MUTABLE` or `IMMUTABLE`. Defaults to `IMMUTABLE`|`string`|`"IMMUTABLE"`| no |
236
236
| <aname="input_repository_kms_key"></a> [repository\_kms\_key](#input\_repository\_kms\_key)| The ARN of the KMS key to use when encryption\_type is `KMS`. If not specified, uses the default AWS managed key for ECR |`string`|`null`| no |
237
+
| <aname="input_repository_lambda_read_access_arns"></a> [repository\_lambda\_read\_access\_arns](#input\_repository\_lambda\_read\_access\_arns)| The ARNs of the Lambda service roles that have read access to the repository |`list(string)`|`[]`| no |
237
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 |
238
239
| <aname="input_repository_name"></a> [repository\_name](#input\_repository\_name)| The name of the repository |`string`|`""`| no |
239
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 |
0 commit comments