Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 26, 2023
1 parent 5981a80 commit 51f8f2d
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<!-- BEGIN_TF_DOCS -->
# HA VPN between GPC and OCI
# HA VPN between GCP and OCI

This repository contains a drop-in Terraform module that sets up a HA VPN between Azure and Oracle Cloud Infrastructure (OCI).

## Features:

- On GCP side a HA VPN is set up with two or four tunnels. (See [documentation](https://cloud.google.com/network-connectivity/docs/vpn/how-to/creating-ha-vpn))
- On OCI side two Site-to-Site VPN connections are set up with two connections.
- Both sides are configured to establish BGP sessions between each other, so two platforms automatically learn the routes from each other.
- Proper routes are propagated from the GCP side to enable Private Google Access from OCI.

## Installation

On OCI side: A compartment, a DRG
On GCP side: A project, a VPC network

## Requirements

Expand Down Expand Up @@ -42,6 +56,9 @@

| Name | Description |
|------|-------------|
| <a name="output_share"></a> [share](#output\_share) | n/a |
| <a name="output_shared_secret"></a> [shared\_secret](#output\_shared\_secret) | n/a |
| <a name="output_shared_secret"></a> [shared\_secret](#output\_shared\_secret) | Shared Secret that was used to establish the VPN connection |

## License

[Apache License 2.0](LICENSE)
<!-- END_TF_DOCS -->

0 comments on commit 51f8f2d

Please sign in to comment.