Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot enable IPSec over FastConnect #2126

Open
bogdan-m-darie opened this issue May 27, 2024 · 1 comment
Open

Cannot enable IPSec over FastConnect #2126

bogdan-m-darie opened this issue May 27, 2024 · 1 comment
Labels
bug In-Progress Terraform Team is working on the reproduce & fix

Comments

@bogdan-m-darie
Copy link

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

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 tf-oci-pub added the In-Progress Terraform Team is working on the reproduce & fix label May 27, 2024
@tf-oci-pub
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug In-Progress Terraform Team is working on the reproduce & fix
Projects
None yet
Development

No branches or pull requests

2 participants