Terraform IPSec VPN example
Summary
terraform example of CPE and Ipsec connectionContent
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 ??
Tagged:
2