digitalocean-terraform
Installation
SKILL.md
DigitalOcean Terraform provider
Everything here is derived from the official digitalocean/digitalocean provider
docs at v2.99.1, bundled verbatim under references/provider-docs/. Those files
are authoritative on argument names, types, defaults, and import syntax — prefer them
over recollection, because this provider changes often and several of its resources
have near-identical siblings that take different arguments.
Start here
Never write digitalocean_* HCL from memory. The failure mode is not a clear
error — it is configuration that looks correct, passes review, and then either fails
at apply or produces a plan that never converges. Confirm arguments first; it costs
one command.
# What exists? (fuzzy, matches resources and data sources)
python3 scripts/dodocs.py list database