Skip to main content

regions

Creates, updates, deletes, gets or lists a regions resource.

Overview

Nameregions
TypeResource
Iddigitalocean.apps.regions

Fields

NameDatatypeDescription
continentstring
data_centersarray
defaultbooleanWhether or not the region is presented as the default.
disabledboolean
flagstring
labelstring
reasonstring
slugstring

Methods

NameAccessible byRequired ParamsDescription
apps_list_regionsSELECTList 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
;