DigitalOcean Project - Terraform
Requirements
| Name | Version |
|---|---|
| terraform | >= 1.9 |
| digitalocean | ~> 2.40 |
Providers
| Name | Version |
|---|---|
| digitalocean | ~> 2.40 |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| digitalocean_project.this | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| description | The description of the project | string | n/a | yes |
| environment | The environment of the project | string | "Development" | no |
| is_default | Whether the project is the default project | bool | false | no |
| name | The name of the project | string | n/a | yes |
| purpose | The purpose of the project | string | "Web Application" | no |
| resources | The resources associated with the project | list(string) | [] | no |
Outputs
| Name | Description |
|---|---|
| project_id | n/a |