Skip to content

Commit

Permalink
[EC-357] - Static analysis after application gateway being moved (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese authored Sep 11, 2024
1 parent e13879c commit 79c4905
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/common/_modules/application_gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ module "app_gw" {
)
}
}

api-io-pagopa-it = {
protocol = "Https"
host = format("api.%s", var.public_dns_zones.io.name)
Expand Down
6 changes: 3 additions & 3 deletions src/common/_modules/application_gateway/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
output "public_ip" {
value = {
address = azurerm_public_ip.appgateway_public_ip.ip_address
id = azurerm_public_ip.appgateway_public_ip.id
name = azurerm_public_ip.appgateway_public_ip.name
address = azurerm_public_ip.appgateway_public_ip.ip_address
id = azurerm_public_ip.appgateway_public_ip.id
name = azurerm_public_ip.appgateway_public_ip.name
resource_group_name = azurerm_public_ip.appgateway_public_ip.resource_group_name
}
}
3 changes: 3 additions & 0 deletions src/common/prod/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/core/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79c4905

Please sign in to comment.