Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 20, 2024
1 parent 139938e commit 3e47477
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aws/documentation/gov-funding-lapse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 3e47477

Please sign in to comment.