Skip to content

Latest commit

 

History

History
125 lines (100 loc) · 2.14 KB

terraformoptions.adoc

File metadata and controls

125 lines (100 loc) · 2.14 KB

Terraform Options

Table of Contents
Parameter Description Type Default

region

Region where to provision the vcn. List of regions. Optional.

Parameter Description Type Default

compartment_id

Compartment id where the VCN Cluster will be provisioned. Required.

string

label_prefix

a string to be prepended to the name of resources. Required.

string

"none"

freeform_tags

simple key-value pairs to tag the resources created specified in the form of a map

map(any)

e.g.

freeform_tags = {
  department = "finance"
  environment = "dev"
}

freeform_tags = { environment = "dev" }

defined_tags

predefined and scoped to a namespace to tag the resources created using defined tags.

map(string)

e.g.

defined_tags = {
  "Operations.CostCenter" = "42"
}

null

Parameter Description Type Default

drg_display_name

(Updatable) Name of Dynamic Routing Gateway. Does not have to be unique.

string

drg

drg_vcn_attachments

The OCID of the network resource attached to the DRG

{ "myvcn": { vcn_id : "" vcn_transit_routing_rt_id : "" drg_route_table_id : "" } }

null

create_rpc

Whether to create Remote Peering Connection. If set to true, creates an RPC

boolean

false

rpc_acceptor_id

the ID of the remote RPC"

string

null

rpc_acceptor_region

The OCI region where the Remote Peering Connection will be established with.

string

null