Iris Jones

Results 5 comments of Iris Jones

[Documentation](https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/core_ipsec) was updated with version [v5.21.0](https://github.com/oracle/terraform-provider-oci/releases/tag/v5.21.0) to explain you must provide a static route when creating an IPSec connection with terraform because we create 2 static tunnels by default. The...

Bug fix was released in 4.85.0 in July 2022 that corrected lifetime to be an integer, which solves `panic: interface conversion: interface {} is string, not int` Suggested change of...

Version [v5.21.0](https://github.com/oracle/terraform-provider-oci/releases/tag/v5.21.0) adds a new field [remaining_lifetime_int](https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/core_ipsec_connection_tunnel_management#remaining_lifetime_int) that is the remaining lifetime as an integer. remaining_lifetime field remains as a string for backwards compatibility.

Creating private IPSec connections with terraform is not supported at this time

A bug fix with the following changes will be released on November 15th, 2023 - Allow to set phase_one_details and phase_two_details - Allow to set nat_translation_enabled - Allow to set...