Skip to content

dcos-terraform/terraform-gcp-compute-firewall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

DC/OS Network Firewall Rules

The firewall module creates four different policies to be used by provisioning DC/OS Infrastructure

EXAMPLE

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"]
}

Inputs

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

Outputs

Name Description
cluster_name Name of the DC/OS cluster
network Network Name

About

Create an ELB to be used for DC/OS for GCP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages