Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paloaltonetworks/terraform-aws-swfw-modules
Terraform Reusable Modules for Software Firewalls on AWS
https://github.com/paloaltonetworks/terraform-aws-swfw-modules
aws software-firewalls swfw terraform vmseries
Last synced: 1 day ago
JSON representation
Terraform Reusable Modules for Software Firewalls on AWS
- Host: GitHub
- URL: https://github.com/paloaltonetworks/terraform-aws-swfw-modules
- Owner: PaloAltoNetworks
- License: mit
- Created: 2024-01-03T15:20:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T09:51:15.000Z (7 days ago)
- Last Synced: 2024-11-07T10:38:01.210Z (7 days ago)
- Topics: aws, software-firewalls, swfw, terraform, vmseries
- Language: HCL
- Homepage: https://registry.terraform.io/modules/PaloAltoNetworks/swfw-modules/aws
- Size: 1.61 MB
- Stars: 14
- Watchers: 10
- Forks: 11
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: SUPPORT.md
Awesome Lists containing this project
README
![GitHub release (latest by date)](https://img.shields.io/github/v/release/PaloAltoNetworks/terraform-aws-swfw-modules?style=flat-square)
![GitHub](https://img.shields.io/github/license/PaloAltoNetworks/terraform-aws-swfw-modules?style=flat-square)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PaloAltoNetworks/terraform-aws-swfw-modules/release_ci.yml?style=flat-square)
![GitHub issues](https://img.shields.io/github/issues/PaloAltoNetworks/terraform-aws-swfw-modules?style=flat-square)
![GitHub pull requests](https://img.shields.io/github/issues-pr/PaloAltoNetworks/terraform-aws-swfw-modules?style=flat-square)
![Terraform registry downloads total](https://img.shields.io/badge/dynamic/json?color=green&label=downloads%20total&query=data.attributes.total&url=https%3A%2F%2Fregistry.terraform.io%2Fv2%2Fmodules%2FPaloAltoNetworks%2Fswfw-modules%2Faws%2Fdownloads%2Fsummary&style=flat-square)
![Terraform registry download month](https://img.shields.io/badge/dynamic/json?color=green&label=downloads%20this%20month&query=data.attributes.month&url=https%3A%2F%2Fregistry.terraform.io%2Fv2%2Fmodules%2FPaloAltoNetworks%2Fswfw-modules%2Faws%2Fdownloads%2Fsummary&style=flat-square)# Terraform Modules for Palo Alto Networks Software Firewalls on AWS
## Overview
A set of modules for using **Palo Alto Networks Software Firewalls** to provide control and protection
to your applications running in Amazon Web Services (AWS). It deploys Software Firewalls as virtual machine
instances and it configures aspects such as Transit Gateway connectivity, VPCs, IAM access, Panorama virtual
machine instances, and more.The design is heavily based on the [AWS Reference Architecture Guide](https://pandocs.tech/fw/110p-prime).
For copyright and license see the LICENSE file.
## Structure
This repository has the following directory structure:
* `modules` - this directory contains several standalone, reusable, production-grade Terraform modules. Each module is individually documented.
* `examples` - this directory shows examples of different ways to combine the modules contained in the
`modules` directory.## Compatibility
The compatibility with Terraform is defined individually per each module. In general, expect the earliest compatible
Terraform version to be 0.13.7 across most of the modules.## Roadmap
We are maintaining a [public roadmap](https://github.com/orgs/PaloAltoNetworks/projects/33/views/1) to help users understand when we will release new features, bug fixes and enhancements.
## Versioning
These modules follow the principles of [Semantic Versioning](http://semver.org/). You can find each new release,
along with the changelog, on the GitHub [Releases](https://github.com/PaloAltoNetworks/terraform-aws-swfw-modules/releases) page.## Getting Help
[Open an issue](https://github.com/PaloAltoNetworks/terraform-aws-swfw-modules/issues) on Github.
## Contributing
Contributions are welcome, and they are greatly appreciated! Every little bit helps,
and credit will always be given. Please follow our [contributing guide](https://github.com/PaloAltoNetworks/terraform-best-practices/blob/main/CONTRIBUTING.md).