The firewall module creates four different policies to be used by provisioning DC/OS Infrastructure
module "dcos-compute-firewall" {
source = "dcos-terraform/compute-firewall/gcp"
version = "~> 0.2.0"
network = "network_self_link"
internal_subnets = "172.12.0.0/16"
admin_ips = ["1.2.3.4/32"]
}
Name | Description | Type | Default | Required |
---|---|---|---|---|
admin_ips | List of CIDR admin IPs | list | n/a | yes |
cluster_name | Name of the DC/OS cluster | string | n/a | yes |
internal_subnets | List of internal subnets to allow traffic between them | list | n/a | yes |
network | Network Name | string | n/a | yes |
name_prefix | Name Prefix | string | "" |
no |
public_agents_additional_ports | List of additional ports allowed for public access on public agents (80 and 443 open by default) | list | <list> |
no |
public_agents_ips | List of ips allowed access to public agents. admin_ips are joined to this list | list | <list> |
no |
Name | Description |
---|---|
cluster_name | Name of the DC/OS cluster |
network | Network Name |