From 89e1fae6aa453c74b0f3d48457b96a883861a3ef Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 1 Dec 2024 01:44:16 -0800 Subject: [PATCH] Update providers/aws/resources/aws.lr Co-authored-by: Letha --- providers/aws/resources/aws.lr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/providers/aws/resources/aws.lr b/providers/aws/resources/aws.lr index bbc38888c1..dfe5692e5b 100644 --- a/providers/aws/resources/aws.lr +++ b/providers/aws/resources/aws.lr @@ -2497,11 +2497,11 @@ private aws.ecr.image @defaults("uri region") { arn string // uri for the image repository uri string - // The time the image was pushed + // Time the image was pushed pushedAt time - // The size of the image in bytes + // Size of the image in bytes sizeInBytes int - // The last time Amazon recorded an image pull. Note: Amazon only refreshes this data once every 24 hours so it is not fully granular. + // Time of most recent image pull (Amazon only refreshes this data once every 24 hours.) lastRecordedPullTime time }