Mods
GCP

Policy: GCP > Kubernetes Engine > Region Node Pool > Regions

A list of GCP regions in which GCP Kubernetes Engine region node pools are supported for use.

Any region node pools in a region not listed here will not be recorded in CMDB.

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

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/gcp-kubernetesengine#/policy/types/kubernetesEngineRegionsDefault") {
value
}
}

Category

In Your Workspace

Developers