Skip to content

Commit

Permalink
chore(deps): update terraform azuread to ~> 2.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 20, 2023
1 parent 3e7385d commit 469a8ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sub/compute/helm-kube-prometheus-stack/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.43.0"
version = "~> 2.44.0"
}
}
}
2 changes: 1 addition & 1 deletion _sub/security/azure-app-registration/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.43.0"
version = "~> 2.44.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion compute/k8s-services/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {

azuread = {
source = "hashicorp/azuread"
version = "~> 2.43.0"
version = "~> 2.44.0"
}

github = {
Expand Down

0 comments on commit 469a8ef

Please sign in to comment.