From 4b05af1a5927aebd2c2cbc0e38b3b9dc9dedce95 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 20 Dec 2024 14:56:14 -0500 Subject: [PATCH] update --- 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 21fd9b99..9cc7c278 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/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 3389 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