regions
Creates, updates, deletes, gets or lists a regions
resource.
Overview
Name | regions |
Type | Resource |
Id | digitalocean.apps.regions |
Fields
Name | Datatype | Description |
---|---|---|
continent | string | |
data_centers | array | |
default | boolean | Whether or not the region is presented as the default. |
disabled | boolean | |
flag | string | |
label | string | |
reason | string | |
slug | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
apps_list_regions | SELECT |
| List all regions supported by App Platform. |
SELECT
examples
List all regions supported by App Platform.
SELECT
continent,
data_centers,
default,
disabled,
flag,
label,
reason,
slug
FROM digitalocean.apps.regions
;