File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ resource "azurerm_container_registry" "acr" {
19
19
module "private_endpoint_container_registry" {
20
20
count = var. private_endpoint_properties . private_endpoint_enabled ? 1 : 0
21
21
22
- source = " git::https://github.com/NHSDigital/dtos-devops-templates.git//infrastructure/modules/private-endpoint?ref=feat/DTOSS-3386-Private-Endpoint-Updates "
22
+ source = " git::https://github.com/NHSDigital/dtos-devops-templates.git//infrastructure/modules/private-endpoint?ref=08100f7db2da6c0f64f327d15477a217a7ed4cd9 "
23
23
24
24
name = " ${ var . name } -private-endpoint"
25
25
resource_group_name = var. private_endpoint_properties . private_endpoint_resource_group_name
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ resource "azurerm_mssql_firewall_rule" "azurepassthrough" {
37
37
module "private_endpoint_sql_server" {
38
38
count = var. private_endpoint_properties . private_endpoint_enabled ? 1 : 0
39
39
40
- source = " git::https://github.com/NHSDigital/dtos-devops-templates.git//infrastructure/modules/private-endpoint?ref=feat/DTOSS-3386-Private-Endpoint-Updates "
40
+ source = " git::https://github.com/NHSDigital/dtos-devops-templates.git//infrastructure/modules/private-endpoint?ref=08100f7db2da6c0f64f327d15477a217a7ed4cd9 "
41
41
42
42
name = " ${ var . name } -sql-private-endpoint"
43
43
resource_group_name = var. private_endpoint_properties . private_endpoint_resource_group_name
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ resource "azurerm_linux_function_app" "function_app" {
54
54
module "private_endpoint" {
55
55
count = var. private_endpoint_properties . private_endpoint_enabled ? 1 : 0
56
56
57
- source = " git::https://github.com/NHSDigital/dtos-devops-templates.git//infrastructure/modules/private-endpoint?ref=feat/DTOSS-3386-Private-Endpoint-Updates "
57
+ source = " git::https://github.com/NHSDigital/dtos-devops-templates.git//infrastructure/modules/private-endpoint?ref=08100f7db2da6c0f64f327d15477a217a7ed4cd9 "
58
58
59
59
name = " ${ var . function_app_name } -private-endpoint"
60
60
resource_group_name = var. private_endpoint_properties . private_endpoint_resource_group_name
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ resource "azurerm_key_vault" "keyvault" {
37
37
module "private_endpoint_keyvault" {
38
38
count = var. private_endpoint_properties . private_endpoint_enabled ? 1 : 0
39
39
40
- source = " git::https://github.com/NHSDigital/dtos-devops-templates.git//infrastructure/modules/private-endpoint?ref=feat/DTOSS-3386-Private-Endpoint-Updates "
40
+ source = " git::https://github.com/NHSDigital/dtos-devops-templates.git//infrastructure/modules/private-endpoint?ref=08100f7db2da6c0f64f327d15477a217a7ed4cd9 "
41
41
42
42
name = " ${ var . name } -azure-keyvault-private-endpoint"
43
43
resource_group_name = var. private_endpoint_properties . private_endpoint_resource_group_name
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ resource "azurerm_storage_container" "container" {
30
30
module "private_endpoint_blob_storage" {
31
31
count = var. private_endpoint_properties . private_endpoint_enabled ? 1 : 0
32
32
33
- source = " git::https://github.com/NHSDigital/dtos-devops-templates.git//infrastructure/modules/private-endpoint?ref=feat/DTOSS-3386-Private-Endpoint-Updates "
33
+ source = " git::https://github.com/NHSDigital/dtos-devops-templates.git//infrastructure/modules/private-endpoint?ref=08100f7db2da6c0f64f327d15477a217a7ed4cd9 "
34
34
35
35
name = " ${ var . name } -blob-private-endpoint"
36
36
resource_group_name = var. private_endpoint_properties . private_endpoint_resource_group_name
@@ -55,7 +55,7 @@ module "private_endpoint_blob_storage" {
55
55
module "private_endpoint_queue_storage" {
56
56
count = var. private_endpoint_properties . private_endpoint_enabled ? 1 : 0
57
57
58
- source = " git::https://github.com/NHSDigital/dtos-devops-templates.git//infrastructure/modules/private-endpoint?ref=feat/DTOSS-3386-Private-Endpoint-Updates "
58
+ source = " git::https://github.com/NHSDigital/dtos-devops-templates.git//infrastructure/modules/private-endpoint?ref=08100f7db2da6c0f64f327d15477a217a7ed4cd9 "
59
59
60
60
name = " ${ var . name } -queue-private-endpoint"
61
61
resource_group_name = var. private_endpoint_properties . private_endpoint_resource_group_name
You can’t perform that action at this time.
0 commit comments