firewall
clouddrove/firewall/digitalocean
Provides a DigitalOcean Cloud Firewall resource. This can be used to create, modify, and delete Firewalls.
Terraform DigitalOcean Firewall Provides a DigitalOcean Cloud Firewall resource. This can be used to create, modify, and delete Firewalls. We eat, drink, sleep and most importantly love DevOps. We are working towards strategies for standardizing architecture while ensuring security for the infrastructure. We are strong believer of the philosophy Bigger problems are always solved by breaking them into smaller manageable problems . Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller connected yet manageable pieces within the infrastructure. This module is basically combination of Terraform open source and includes automatation tests and examples. It also helps to create and improve your infrastructure with minimalistic code
| Name | Type | Description | Default |
|---|---|---|---|
| environment | string | Environment (e.g. `prod`, `dev`, `staging`). | "" |
| enable_firewall | bool | Enable default Security Group with only Egress traffic allowed. | true |
| allowed_ip | list(any) | List of allowed ip. | [] |
| allowed_ports | list(any) | List of allowed ingress ports. | [] |
| name | string | Name (e.g. `app` or `cluster`). | "" |
| label_order | list(any) | Label order, e.g. `name`,`application`. | [] |
| delimiter | string | Delimiter to be used between `organization`, `environment`, `name` and `attribut | "-" |
| protocol | string | The protocol. If not icmp, tcp, udp, or all use the. | "tcp" |
| droplet_ids | list(any) | The ID of the VPC that the instance security group belongs to. | [] |
id — A unique ID that can be used to identify and reference a Firewall.name — The name of the Firewall.Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,