Skip to content

Commit

Permalink
chore(deps): update terraform azuread to ~> 2.47.0 (#1238)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
devex-sa and renovate-bot authored Dec 15, 2023
1 parent 3420128 commit 36f73c6
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.46.0"
version = "~> 2.47.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.46.0"
version = "~> 2.47.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.46.0"
version = "~> 2.47.0"
}

github = {
Expand Down

0 comments on commit 36f73c6

Please sign in to comment.