oracle / terraform-provider-oci

Terraform Oracle Cloud Infrastructure provider
https://www.terraform.io/docs/providers/oci/
Mozilla Public License 2.0
758 stars 675 forks source link

Cannot enable IPSec over FastConnect #2126

Closed bogdan-m-darie closed 2 months ago

bogdan-m-darie commented 4 months ago

Community Note

Terraform Version and Provider Version

$ terraform -v
Terraform v1.8.3
on linux_amd64

Affected Resource(s)

oci_core_cpe

Terraform Configuration Files

resource "oci_core_cpe" "this" {
  compartment_id      = var.compartment_id
  ip_address          = var.ip_address
  cpe_device_shape_id = var.cpe_device_shape_id
  defined_tags        = var.defined_tags
  display_name        = var.display_name
  freeform_tags       = var.freeform_tags
  is_private          = var.is_private
}

Debug Output

N/A

Panic Output

N/A

Expected Behavior

There should be an argument to enable IPSec over FastConnect.

Actual Behavior

IPSec over FastConnect cannot be enabled using Terraform

Steps to Reproduce

  1. terraform apply

Important Factoids

References

tf-oci-pub commented 4 months ago

Thank you for reporting the issue. We have raised an internal ticket to track this. Our service engineers will get back to you.

bogdan-m-darie commented 2 months ago

"is_private" is the required variable in the "oci_core_cpe" resource for enablement. This is the equivalent of the "Allow IPSec over FastConnect" checkbox for the CPE in the OCI web console.