Skip to content

Commit

Permalink
Merge pull request #214 from alphagov/115347323_allow_public_access
Browse files Browse the repository at this point in the history
Enable worldwide access to apps in prod/stage
  • Loading branch information
mtekel committed Apr 18, 2016
2 parents 1ac3287 + 503bced commit 4974da3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions terraform/globals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ variable "microbosh_static_private_ip" {
default = "10.0.0.6"
}

/* Note: This is overridden in prod.tfvars and staging.tfvars to allow world access */
variable "web_access_cidrs" {
description = "CSV of CIDR addresses for which we allow web access"
default = "80.194.77.90/32,80.194.77.100/32,85.133.67.244/32"
Expand Down
1 change: 1 addition & 0 deletions terraform/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ apps_dns_zone_id = "Z29K8LQNCFDZ1T"
cf_db_multi_az = "true"
cf_db_backup_retention_period = "35"
cf_db_skip_final_snapshot = "false"
web_access_cidrs = "0.0.0.0/0"
1 change: 1 addition & 0 deletions terraform/staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ apps_dns_zone_id = "Z32JRRSU1CAFE8"
cf_db_multi_az = "true"
cf_db_backup_retention_period = "35"
cf_db_skip_final_snapshot = "false"
web_access_cidrs = "0.0.0.0/0"

0 comments on commit 4974da3

Please sign in to comment.