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
Description
I can't seem to get Terraform to create an Integration Cloud Private Endpoint for me, I get Can't configure a value for "private_endpoint_outbound_connection": its value will be decided automatically based on the result of applying this configuration. That does not make sense as I need to provide the subnet ID to create the private endpont in.
New or Affected Resource(s)
oci_integration_integration_instance
Potential Terraform Configuration
# Configure private endpoint outbound connection
private_endpoint_outbound_connection {
outbound_connection_type = "PRIVATE_ENDPOINT"
subnet_id = oci_core_subnet.subnet_mysubnet.id
}
References