Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DTSPO-8837 - Azurerm v3 provider backend app gw #204

Merged
merged 4 commits into from
Jun 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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