Skip to content

Commit

Permalink
Merge pull request #189 from hmcts/CCD-5310-Update-Azuread-Azurerm
Browse files Browse the repository at this point in the history
Bump azuread & azurerm versions
  • Loading branch information
muhammad-umerji01 authored Apr 16, 2024
2 parents b465a47 + 4fcb794 commit 9a48151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.76.0" # AzureRM provider version
version = "~> 3.99.0" # AzureRM provider version
}
azuread = {
source = "hashicorp/azuread"
version = "2.36.0"
version = "2.48.0"
}
}
}

0 comments on commit 9a48151

Please sign in to comment.