https://github.com/firezone/terraform-aws-gateway
Terraform module for deploying Firezone to AWS
https://github.com/firezone/terraform-aws-gateway
Last synced: 4 months ago
JSON representation
Terraform module for deploying Firezone to AWS
- Host: GitHub
- URL: https://github.com/firezone/terraform-aws-gateway
- Owner: firezone
- License: apache-2.0
- Created: 2024-07-09T17:31:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-27T04:15:46.000Z (7 months ago)
- Last Synced: 2025-11-29T21:44:06.273Z (7 months ago)
- Language: HCL
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firezone Terraform modules and examples for AWS
This repo contains Terraform modules to use for Firezone deployments on AWS.
## Examples
- [Internet Gateway](./examples/internet-gateway): This example shows how to
deploy one or more Firezone Gateways in a single AWS VPC that is configured
with an Internet Gateway for egress. The Gateways will be associated to
dedicated Elastic IP Resources to minimize IP churn. Read this if you're
looking to deploy Firezone Gateways to AWS that need to communicate with the
internet using static IPs.