digitalocean_project

Get information on a single DigitalOcean project. If neither the id nor name attributes are provided, then this data source returns the default project.

Example Usage

data "digitalocean_project" "default" {
}

data "digitalocean_project" "staging" {
  name = "My Staging Project"
}

Argument Reference

Attributes Reference