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_create"></a> [create](#input\_create)| Determines whether resources will be created (affects all resources) |`bool`|`true`| no |
219
+
| <aname="input_create_lifecycle_policy"></a> [create\_lifecycle\_policy](#input\_create\_lifecycle\_policy)| Determines whether a lifecycle policy will be created |`bool`|`true`| no |
219
220
| <aname="input_create_registry_policy"></a> [create\_registry\_policy](#input\_create\_registry\_policy)| Determines whether a registry policy will be created |`bool`|`false`| no |
220
221
| <aname="input_create_registry_replication_configuration"></a> [create\_registry\_replication\_configuration](#input\_create\_registry\_replication\_configuration)| Determines whether a registry replication configuration will be created |`bool`|`false`| no |
221
222
| <aname="input_create_repository"></a> [create\_repository](#input\_create\_repository)| Determines whether a repository will be created |`bool`|`true`| no |
description="Determines whether a lifecycle policy will be created"
93
+
type=bool
94
+
default=true
95
+
}
96
+
91
97
variable"repository_lifecycle_policy" {
92
98
description="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"
0 commit comments