Terraform IPSec VPN example — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood: Oracle Cloud SCM and Purchasing

Terraform IPSec VPN example

edited Oct 7, 2020 7:22PM in OCI - General 4 comments

Summary

terraform example of CPE and Ipsec connection

Content

Hi all

we have created an Ipsec connection with a custom CPE using ike-1 and some another values

i tried to create a terraform in order to automate it , but if i decompile the compartment the only info that list is :

resource oci_core_cpe export_CPE-PoC-VPN {
  compartment_id      = var.compartment_ocid
  cpe_device_shape_id = <hex raw>
  defined_tags = {
  }
  display_name = "CPE-NAme"
  freeform_tags = {
    "IPSec_VPN_Connection" = "IPSec_VPN_Connection-2020-08-14T14:10:43"
  }
  ip_address = "****.****.****.****"
}

so how can i create in terraform a CPE resource with a custom configuration ??

how can i find the object identified by cpe_device_shape_id , the terraform doc only list an oci_core_cpe_device_shape but is a data object .

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!