Skip to content

Commit

Permalink
Updating with for suggestions (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-naydenov-hmcts authored and tbamido committed Nov 20, 2019
1 parent 390d5d6 commit 13b9d73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/idam-preview.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ asp_name_override = "idam-idam-preview"
asp_rg_override = "idam-idam-preview"

capacity = 1

vnet_private_ip_pattern = "10\\.97\\.\\d+\\.\\d+"
2 changes: 2 additions & 0 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,7 @@ module "idam-web-public" {
STRATEGIC_SERVICE_URL = "${local.idam_api_url}"

GA_TRACKING_ID = "${var.ga_tracking_id}"

STRATEGIC_POLICIES_PRIVATEIPSFILTERPATTERN = "${var.vnet_private_ip_pattern}"
}
}
5 changes: 5 additions & 0 deletions infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,9 @@ variable asp_rg_override {
variable vault_name_override {
description = "Vault Name"
default = ""
}

variable "vnet_private_ip_pattern" {
description = "Private VNet IP Filter Pattern for Policies Evaluation"
default = "10\\.\\d+\\.\\d+\\.\\d+"
}

0 comments on commit 13b9d73

Please sign in to comment.