From 3e47477305bc223b6bf2721509a526c3adea7a14 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 20 Dec 2024 14:36:37 -0500 Subject: [PATCH] update --- aws/documentation/gov-funding-lapse/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/aws/documentation/gov-funding-lapse/README.md b/aws/documentation/gov-funding-lapse/README.md index 1ce110d5..c0eae7a0 100644 --- a/aws/documentation/gov-funding-lapse/README.md +++ b/aws/documentation/gov-funding-lapse/README.md @@ -63,7 +63,11 @@ This is optional. Set this value to `true` if the resource (EC2, RDS, EKS, ECS * gfl_asg_details -This is optional, and will likely be set through automated scripts which find autoscaling gropus +This is optional, and will likely be set through automated scripts which find autoscaling gropus. It will be a JSON object looking like: + +```json +{ "min": N, "max": N, "desired": N, "timestamp": "{iso-timestamp}" } +``` ## Who is doing what?