From 1bc5e3d4b0b3b9fbd71d0044b45301e356f75f80 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 20 Dec 2024 14:58:18 -0500 Subject: [PATCH] fix --- aws/documentation/gov-funding-lapse/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/documentation/gov-funding-lapse/README.md b/aws/documentation/gov-funding-lapse/README.md index 9cc7c278..e86019d7 100644 --- a/aws/documentation/gov-funding-lapse/README.md +++ b/aws/documentation/gov-funding-lapse/README.md @@ -47,7 +47,7 @@ We will use a prefix of `gfl_` (government funding lapse). Several tags will be * gfl_shutdown_timestamp -This is **required**, and is the RFC 3389 or ISO 8601 timestamp of the time the service was shutdown. You can get this from Linux with `date --iso=seconds` +This is **required**, and is the RFC 3339 or ISO 8601 timestamp of the time the service was shutdown. You can get this from Linux with `date --iso=seconds` or with Terraform in the `timestamp()` function or the `time` provider `rfc3389` attribute. With python: ```python