Skip to content

Commit

Permalink
Fix master tf (#304)
Browse files Browse the repository at this point in the history
* Update state.tf

* Update main.tf
  • Loading branch information
dinesh1patel authored Aug 29, 2024
1 parent 59da98e commit e811b95
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 @@ -36,7 +36,7 @@ resource "azurerm_key_vault_secret" "AZURE_APPINSIGHTS_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 @@ -11,7 +11,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.114.0" # AzureRM provider version
version = "~> 4.0.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit e811b95

Please sign in to comment.