Skip to content

Commit

Permalink
Update (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
SammiChong authored Jan 16, 2025
1 parent 0d33901 commit f2ff0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "azurerm_key_vault_secret" "AZURE_APPINSGHTS_KEY" {
}

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
2 changes: 1 addition & 1 deletion infrastructure/state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.0"
version = "~> 4.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down

0 comments on commit f2ff0ee

Please sign in to comment.