Skip to content

Commit 5203e53

Browse files
committed
Keep to AWS
1 parent d3f72ad commit 5203e53

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+8
-7471
lines changed

README.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
1-
# Firezone Terraform modules and examples
1+
# Firezone Terraform modules and examples for AWS
22

3-
This repo contains Terraform modules to use for Firezone deployments on various
4-
cloud providers.
3+
This repo contains Terraform modules to use for Firezone deployments on AWS.
54

6-
## Table of contents:
5+
## Examples
76

8-
- [examples/aws/nat-gateway](examples/aws/nat-gateway): Example Terraform
9-
configuration for deploying a cluster of Firezone Gateways behind a NAT
10-
gateway on AWS with a single egress IP.
11-
- [examples/google-cloud/nat-gateway](examples/google-cloud/nat-gateway):
12-
Example Terraform configuration for deploying a cluster of Firezone Gateways
13-
behind a NAT gateway on GCP with a single egress IP.
14-
- [examples/azure/nat-gateway](examples/azure/nat-gateway): Example Terraform
15-
configuration for deploying a cluster of Firezone Gateways behind a NAT
16-
gateway on Azure with a single egress IP.
17-
- [modules/google-cloud/apps/gateway-region-instance-group](modules/google-cloud/apps/gateway-region-instance-group):
18-
Production-ready Terraform module for deploying regional Firezone Gateways to
19-
Google Cloud Compute using Regional Instance Groups.
20-
- [modules/aws/firezone-gateway](modules/aws/firezone-gateway): Production-ready
21-
Terraform module for deploying Firezone Gateways to AWS using Auto Scaling
22-
Groups.
23-
- [modules/azure/firezone-gateway](modules/azure/firezone-gateway):
24-
Production-ready Terraform module for deploying Firezone Gateways to Azure
25-
using Azure Orchestrated Virtual Machine Scale Sets.
7+
- [NAT Gateway](./examples/aws/nat-gateway): This example shows how to deploy
8+
one or more Firezone Gateways in a single AWS VPC that is configured with a
9+
NAT Gateway for egress. Read this if you're looking to deploy Firezone
10+
Gateways behind a single, shared static IP address on AWS.

examples/README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,3 @@ Each example below is self-contained and includes a `README.md` with
99
instructions on how to deploy the example.
1010

1111
### AWS
12-
13-
- [NAT Gateway](./aws/nat-gateway): This example shows how to deploy one or more
14-
Firezone Gateways in a single AWS VPC that is configured with a NAT Gateway
15-
for egress. Read this if you're looking to deploy Firezone Gateways behind a
16-
single, shared static IP address on AWS.
17-
18-
### Google Cloud Platform (GCP)
19-
20-
- [NAT Gateway](./google-cloud/nat-gateway): This example shows how to deploy
21-
one or more Firezone Gateways in a single GCP VPC that is configured with a
22-
Cloud NAT for egress. Read this if you're looking to deploy Firezone Gateways
23-
behind a single, shared static IP address on GCP.
24-
25-
### Azure
26-
27-
- [NAT Gateway](./azure/nat-gateway): This example shows how to deploy one or
28-
more Firezone Gateways in a single Azure Vnet that is configured with a NAT
29-
gateway for egress. Read this if you're looking to deploy Firezone Gateways
30-
behind a single, shared static IP address on Azure.

examples/azure/nat-gateway/README.md

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

examples/azure/nat-gateway/main.tf

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

examples/google-cloud/nat-gateway/README.md

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

0 commit comments

Comments
 (0)