consul-firewall

jarensaa/consul-firewall/digitalocean

Terraform Module HCL DIGITALOCEAN

Terraform module for creating a standard firewall with ports open for a Consul server.

Install
module "consul-firewall" {
source = "jarensaa/consul-firewall/digitalocean"
version = "0.0.3"
}
plain text: /constructs/tfmod-jarensaa-consul-firewall-digitalocean/install.txt
⭐ Source on GitHub 📦 Registry page
README

DigitalOcean Consul Server Firewall Module Creates a standard firewall with ports open for a Consul server Checkout example for a fully functioning example. Environment Variables - DIGITALOCEAN_TOKEN Input Variables - droplet_ids: [Optional] List of droplet IDs to use firewall. - name: [Optional] Name for resources, defaults to "consul-server-ports". - tags: [Optional] List of tags to set on resources. Outputs _None_ Module Dependencies _None_ License Mozilla Public License Version 2.0. See LICENSE for full details.

Inputs (3)
NameTypeDescriptionDefault
droplet_idslist(string)The IDs of the droplets attached to the firewall required
namestringName for resources, defaults to "consul-server-ports"."consul-server-ports"
tagslist(string)Optional set of tags to set on resources, defaults to empty map.[]
Resources (1)
digitalocean_firewall
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.3
Cloud DIGITALOCEAN
Total downloads780
Inputs3
Resources1
Examples1
Namespacejarensaa
Updated