Mods
GCP

Policy: GCP > Kubernetes Engine > Zone Cluster > Regions

Regions where GCP supports Kubernetes Engine Zone Cluster resouce. Guardrails updates this option as GCP expands their regional support. Unless there is an explicit requirement (e.g. accelerated regional support), it should not be set.

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