Provide a way to register droplet actions (like a shutsown hook) using Pulumi code. For example, a user should be able to run the equivalent of doctl compute droplet-action shut-down <droplet-id> --action-type=pre-delete --exec="/path/to/your/pre-delete-script.sh" from pulumi.
Key KPIs
Ability to register all the possible droplet action types.
Overview
Provide a way to register droplet actions (like a shutsown hook) using Pulumi code. For example, a user should be able to run the equivalent of
doctl compute droplet-action shut-down <droplet-id> --action-type=pre-delete --exec="/path/to/your/pre-delete-script.sh"
from pulumi.Key KPIs
Ability to register all the possible droplet action types.
Key Stakeholders
Key Deliverables
References 📔