Skip to content

Commit 50b7be9

Browse files
feat: DTOSS-4815 Application Gateway Parameterisation (#69)
1 parent a947f5f commit 50b7be9

File tree

18 files changed

+362
-352
lines changed

18 files changed

+362
-352
lines changed

infrastructure/modules/api-management/output.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ output "name" {
33
value = azurerm_api_management.apim.name
44
}
55

6-
output "private_ip_address" {
6+
output "private_ip_addresses" {
77
description = "The private IP address of the API Management service."
88
value = azurerm_api_management.apim.private_ip_addresses
99
}

infrastructure/modules/application-gateway-config/main.tf

Whitespace-only changes.

infrastructure/modules/application-gateway-config/scripts/application_gateway_config.ps1

Lines changed: 0 additions & 237 deletions
This file was deleted.

infrastructure/modules/application-gateway-config/variables.tf

Whitespace-only changes.

0 commit comments

Comments
 (0)