Skip to content

Commit

Permalink
DTSPO-8837 - Azurerm v3 provider backend app gw (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
endakelly authored Jun 20, 2022
1 parent c99ccfc commit 511b5e9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/backendappgateway/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.58.0"
version = "3.10.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/backendappgateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ locals {
}

module "backendappgateway" {
source = "git::https://github.com/hmcts/terraform-module-application-backend.git?ref=master"
source = "git::https://github.com/hmcts/terraform-module-application-backend.git?ref=terraform-v2.99-upgrade"

yaml_path = "${path.cwd}/../../environments/${var.env}/backend_lb_config.yaml"

Expand Down
2 changes: 1 addition & 1 deletion environments/dev/backend_lb_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ gateways:
ssl_enabled: true
- product: vh
component: booking-queue-subscriber
ssl_enabled: true
ssl_enabled: true
2 changes: 1 addition & 1 deletion environments/prod/backend_lb_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ gateways:
ssl_enabled: true
- product: vh
component: booking-queue-subscriber
ssl_enabled: true
ssl_enabled: true
2 changes: 1 addition & 1 deletion environments/sbox/backend_lb_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ gateways:
# test
- product: test
component: override
host_name_suffix_override: service.core-compute-sandbox.internal
host_name_suffix_override: service.core-compute-sandbox.internal
2 changes: 1 addition & 1 deletion environments/stg/backend_lb_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ gateways:
ssl_enabled: true
- product: pip
component: account-management
ssl_enabled: true
ssl_enabled: true
2 changes: 1 addition & 1 deletion environments/test/backend_lb_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ gateways:
ssl_enabled: true
- product: pip
component: account-management
ssl_enabled: true
ssl_enabled: true

0 comments on commit 511b5e9

Please sign in to comment.