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
| <aname="input_registry_scan_rules"></a> [registry\_scan\_rules](#input\_registry\_scan\_rules)| One or multiple blocks specifying scanning rules to determine which repository filters are used and at what frequency scanning will occur |`any`|`[]`| no |
231
231
| <aname="input_registry_scan_type"></a> [registry\_scan\_type](#input\_registry\_scan\_type)| the scanning type to set for the registry. Can be either `ENHANCED` or `BASIC`|`string`|`"ENHANCED"`| no |
232
232
| <aname="input_repository_encryption_type"></a> [repository\_encryption\_type](#input\_repository\_encryption\_type)| The encryption type for the repository. Must be one of: `KMS` or `AES256`. Defaults to `AES256`|`string`|`null`| no |
233
+
| <aname="input_repository_force_delete"></a> [repository\_force\_delete](#input\_repository\_force\_delete)| If `true`, will delete the repository even if it contains images. Defaults to `false`|`bool`|`null`| no |
233
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 |
234
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 |
235
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 |
0 commit comments