Skip to content

Commit d63dcaa

Browse files
author
imlevelhead
committed
removed docs subsections for integrations
1 parent b7fa5f2 commit d63dcaa

File tree

10 files changed

+23
-36
lines changed

10 files changed

+23
-36
lines changed
File renamed without changes.

pages/integrations/aws/_meta.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.

pages/integrations/github/_meta.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

pages/integrations/google-cloud-platform.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,26 @@
22

33
## Setup
44
To setup the GCP integration, navigate to the **Integrations > Add integration > Google Cloud Platform** and click **Continue**.
5+
6+
7+
## Google Cloud VPC Setup
8+
9+
### What is a VPC?
10+
Virtual Private Clouds are virtual networks in GCP. They're most commonly used to allow services to communicate with each other. VPCs allow you to control access to services and resources you host on GCP, and the firewall and routing systems prevent unauthorized network access.
11+
12+
### Basic VPC Setup Guide
13+
14+
15+
1. Open the [Google Cloud Console](https://console.cloud.google.com/welcome).
16+
2. Open "VPC networks" from the search bar.
17+
3. Click "Create VPC Network" from the title bar.
18+
4. Name your VPC (name can only contain letters, numbers, and -)
19+
5. Add a new subnet
20+
- Subnets are a complex subject, for this guide just make sure the IP range isn't already used within your organization / network.
21+
- Name your subnet something relevant to the VPC. Example: VPC-NAME-1
22+
- Select your preferred GCP region. Example: us-central1
23+
- Pick an IPv4 range, these will be the IP addresses assigned to services in the VPC. Make sure the range is available in your network. If you're unfamiliar CIDR notation, 10.25.0.0/24 would be 10.25.0.0 to 10.25.0.255.
24+
6. Enable "Flow logs" for additional security.
25+
7. Click "Create" to complete the process.
26+
27+
Now you will be able to assign services to your VPC from the configuration UI of those services.

pages/integrations/google-cloud-platform/_meta.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

pages/integrations/google-cloud-platform/google-cloud-platform.mdx

Lines changed: 0 additions & 2 deletions
This file was deleted.

pages/integrations/google-cloud-platform/vpc_setup_guide.mdx

Lines changed: 0 additions & 21 deletions
This file was deleted.
File renamed without changes.

pages/integrations/google-workspace/_meta.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)