Skip to content

Commit

Permalink
Terraform providers upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikaplanovskyi committed Sep 24, 2024
1 parent f220bf6 commit 764cbc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devops/Terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.83.0"
version = "3.116.0"
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.26"
version = "2.53.1"
}
mssql = {
source = "betr-io/mssql"
version = "~> 0.2"
version = "0.3.1"
}
random = {
source = "hashicorp/random"
version = "3.1.3"
version = "3.6.3"
}
}
}
Expand Down

0 comments on commit 764cbc9

Please sign in to comment.