From d08ce29d083ef6c61f2787f275cb920fec98da96 Mon Sep 17 00:00:00 2001 From: Matthew Sladen Date: Mon, 19 Sep 2022 10:29:26 +0100 Subject: [PATCH] Run website lint fix --- website/docs/d/ecr_repository.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/d/ecr_repository.html.markdown b/website/docs/d/ecr_repository.html.markdown index 5b450ba903a..86ab21d5746 100644 --- a/website/docs/d/ecr_repository.html.markdown +++ b/website/docs/d/ecr_repository.html.markdown @@ -33,7 +33,7 @@ In addition to all arguments above, the following attributes are exported: * `encryption_configuration` - Encryption configuration for the repository. See [Encryption Configuration](#encryption-configuration) below. * `image_scanning_configuration` - Configuration block that defines image scanning configuration for the repository. See [Image Scanning Configuration](#image-scanning-configuration) below. * `image_tag_mutability` - The tag mutability setting for the repository. -* `most_recent_image_tags` - List of image tags associated with the most recently pushed image in the repository. +* `most_recent_image_tags` - List of image tags associated with the most recently pushed image in the repository. * `repository_url` - URL of the repository (in the form `aws_account_id.dkr.ecr.region.amazonaws.com/repositoryName`). * `tags` - Map of tags assigned to the resource.