liquid-labs / cloudsite

undefined
Apache License 2.0
0 stars 1 forks source link

Implement 'reminders' section in `cloudsite-db.json` #95

Closed zanerock closed 7 months ago

zanerock commented 8 months ago

Overview

Sometimes we need to come back to things. Specifically, when creating a site, we can't activate the cost allocation tags right away. We have to give AWS time to discover the tags and make them available for activation. To deal with this, we want to add a reminders field to cloudsite-db.json. Each entry will consist of a type, id, description, and createdTime. The type determines a "reasonable waiting period". The id is the type (like 'billing-setup' folowed by a number which is currently, but not historically unique. E.g., 'billing-setup-1'.

Deliverables

zanerock commented 7 months ago

Work for this issue will begin begin on branch work-liquid-labs/cloudsite/95.