🚀Launch Week 07, Jaunary 27th - 31st, 2025🚀
Mods
Azure

Policy: Azure > PostgreSQL > Regions

A list of Azure regions in which Azure PostgreSQL resources are supported for use.

The expected format is an array of regions names. You may use the '*' and '?' wildcard characters.

This policy is the default value for all Azure PostgreSQL resources' Regions policies.

Resource Types

This policy targets the following resource types:

Policy Specification

Default template
{% if $.regions.value | length == 0 %} [] {% endif %}{% for item in $.regions.value %}- '{{ item }}'
{% endfor %}
Default template input
|
{
regions: policyValue(uri:"tmod:@turbot/azure#/policy/types/regionsDefault") {
value
}
}

Category

In Your Workspace

Developers