Skip to content

Commit

Permalink
app insights terraform fix (#2600)
Browse files Browse the repository at this point in the history
* poke

* adding a alert_location

* Revert "adding a alert_location"

This reverts commit 0207db2.

* change source for app insights
  • Loading branch information
justiceia authored Aug 30, 2024
1 parent 26972f2 commit a9078a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,4 @@ A letter can be in one of the following statuses:
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
2 changes: 1 addition & 1 deletion infrastructure/appinsights.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "azurerm_key_vault_secret" "app_insights_connection_string" {
}

module "application_insights" {
source = "[email protected]:hmcts/terraform-module-application-insights?ref=main"
source = "[email protected]:hmcts/terraform-module-application-insights?ref=4.x"

env = var.env
product = var.product
Expand Down

0 comments on commit a9078a0

Please sign in to comment.