Skip to content

Commit

Permalink
terraform-docs: automated update action
Browse files Browse the repository at this point in the history
  • Loading branch information
lgothelipe committed Mar 29, 2023
1 parent ef023ed commit ef50ea6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ The following resources will be created:
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| image\_tag\_mutability | The tag mutability setting for the repository. Must be one of: MUTABLE or IMMUTABLE. Defaults to MUTABLE. | `string` | `"MUTABLE"` | no |
| kms\_key\_arn | KMS Key ARN to use a CMK instead of default key | `string` | n/a | yes |
| kms\_key\_arn | KMS Key ARN to use a CMK instead of default key | `string` | `""` | no |
| lifecycle\_policy | JSON formatted string ECR repository lifecycle policy. | `string` | `""` | no |
| name | Name for ECR repository | `any` | n/a | yes |
| scan\_on\_push | Configuration block that defines image scanning configuration for the repository. | `bool` | `true` | no |
| tags | Map of tags that will be added to created resources. By default resources will be tagged with name and environment. | `map(string)` | `{}` | no |
| trust\_accounts | Accounts to trust and allow ECR fetch | `list(string)` | n/a | yes |

Expand Down

0 comments on commit ef50ea6

Please sign in to comment.