You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"oci_core_remote_peering_connection" {
source="./modules/oci/r/oci_core_remote_peering_connection"# compartment_id - (required) is a type of stringcompartment_id=null# defined_tags - (optional) is a type of map of stringdefined_tags={}
# display_name - (optional) is a type of stringdisplay_name=null# drg_id - (required) is a type of stringdrg_id=null# freeform_tags - (optional) is a type of map of stringfreeform_tags={}
# peer_id - (optional) is a type of stringpeer_id=null# peer_region_name - (optional) is a type of stringpeer_region_name=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"oci_core_remote_peering_connection""this" {
# compartment_id - (required) is a type of stringcompartment_id=var.compartment_id# defined_tags - (optional) is a type of map of stringdefined_tags=var.defined_tags# display_name - (optional) is a type of stringdisplay_name=var.display_name# drg_id - (required) is a type of stringdrg_id=var.drg_id# freeform_tags - (optional) is a type of map of stringfreeform_tags=var.freeform_tags# peer_id - (optional) is a type of stringpeer_id=var.peer_id# peer_region_name - (optional) is a type of stringpeer_region_name=var.peer_region_namedynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}