MCPcopy Index your code
hub / github.com/digitalocean/terraform-provider-digitalocean

github.com/digitalocean/terraform-provider-digitalocean @v2.93.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.93.0 ↗ · + Follow
2,225 symbols 9,029 edges 401 files 141 documented · 6% updated 6d agov2.93.0 · 2026-07-01★ 565150 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

DigitalOcean Terraform Provider

  • Documentation: https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs

Requirements

  • Terraform 0.10+
  • Go 1.14+ (to build the provider plugin)

Building The Provider

Clone repository to: $GOPATH/src/github.com/digitalocean/terraform-provider-digitalocean

$ mkdir -p $GOPATH/src/github.com/digitalocean; cd $GOPATH/src/github.com/digitalocean
$ git clone git@github.com:digitalocean/terraform-provider-digitalocean

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/digitalocean/terraform-provider-digitalocean
$ make build

Using the provider

See the DigitalOcean Provider documentation to get started using the DigitalOcean provider.

Developing the Provider

See CONTRIBUTING.md for information about contributing to this project.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 2,162
Method 42
Struct 16
TypeAlias 3
FuncType 1
Interface 1

Languages

Go100%

Modules by API surface

digitalocean/app/app_spec.go97 symbols
digitalocean/app/resource_app_test.go68 symbols
digitalocean/gradientai/gradientai.go55 symbols
digitalocean/droplet/resource_droplet_test.go49 symbols
digitalocean/kubernetes/resource_kubernetes_cluster_test.go45 symbols
digitalocean/kubernetes/kubernetes.go34 symbols
digitalocean/gradientai/gradientai_spec.go32 symbols
digitalocean/spaces/resource_spaces_bucket_object_test.go31 symbols
digitalocean/loadbalancer/resource_loadbalancer_test.go31 symbols
digitalocean/database/resource_database_cluster_test.go27 symbols
digitalocean/spaces/resource_spaces_bucket_test.go26 symbols
digitalocean/project/resource_project_test.go24 symbols

For agents

$ claude mcp add terraform-provider-digitalocean \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page