Skip to content

Commit

Permalink
Updating with for suggestions (#273)
Browse files Browse the repository at this point in the history
* Updating with for suggestions

* Need to escape the dot
  • Loading branch information
nikola-naydenov-hmcts authored and NikolaNaydenov committed Nov 15, 2019
1 parent 11049c3 commit e6863b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infrastructure/idam-preview.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ asp_rg_override = "idam-idam-preview"

capacity = 1

strategic_policies_privateIpsFilterPattern = ""
vnet_private_ip_pattern = "10\\.97\\.\\d+\\.\\d+"
2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ module "idam-web-public" {

GA_TRACKING_ID = "${var.ga_tracking_id}"

STRATEGIC_POLICIES_PRIVATEIPSFILTERPATTERN = "${var.strategic_policies_privateIpsFilterPattern}"
STRATEGIC_POLICIES_PRIVATEIPSFILTERPATTERN = "${var.vnet_private_ip_pattern}"
}
}
4 changes: 2 additions & 2 deletions infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ variable vault_name_override {
default = ""
}

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

0 comments on commit e6863b1

Please sign in to comment.