Mods

Policy: OCI > Networking > Route Table > Allowed > Region > Regions

A list of OCI regions in which OCI Networking route tables are allowed for use.

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

This policy will be evaluated by the Allowed > Region control. If an OCI Networking route table is created in a region that is not in the allowed list, it will be subject to the action specified in the Allowed > Region policy.

Common OCI Regions: - us-ashburn-1 (US East - Ashburn) - us-phoenix-1 (US West - Phoenix) - ca-toronto-1 (Canada - Toronto) - uk-london-1 (UK - London) - eu-frankfurt-1 (Germany - Frankfurt) - ap-tokyo-1 (Japan - Tokyo) - ap-sydney-1 (Australia - Sydney)

Note: Most OCI resources are compartment-scoped rather than region-scoped.

Targets

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Setting this policy configures this control:

Policy Specification

Schema Type
array
Default
- '*'
Default template
{% if $.regions | length == 0 %} [] {% endif %}{% for item in $.regions %}- '{{ item }}'
{% endfor %}
Default template input
|
{
regions: policy(uri: "tmod:@turbot/oci-networking#/policy/types/networkingAllowedRegionsDefault")
}
Examples [YAML]
  • us-ashburn-1
    
  • us-phoenix-1
    
  • ca-toronto-1
    

Category

In Your Workspace

Developers