Skip to content

Commit

Permalink
chore(deps): update terraform azuread to v3.1.0 (#1696)
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 Jan 20, 2025
1 parent d8dd9e9 commit 15d84a8
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _sub/compute/helm-kube-prometheus-stack/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 3.0.0"
version = "~> 3.1.0"
}
}
}
2 changes: 1 addition & 1 deletion _sub/compute/helm-kube-prometheus-stack/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 3.0.0"
version = "~> 3.1.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "~> 3.0.0"
version = "~> 3.1.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "~> 3.0.0"
version = "~> 3.1.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 = "~> 3.0.0"
version = "~> 3.1.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion _sub/security/azure-app-registration/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "~> 3.0.0"
version = "~> 3.1.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion _sub/security/azure-app-role-assignment/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "~> 3.0.0"
version = "~> 3.1.0"
}
}
}
2 changes: 1 addition & 1 deletion _sub/security/azure-app-role-assignment/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "~> 3.0.0"
version = "~> 3.1.0"
}
}
}
2 changes: 1 addition & 1 deletion _sub/security/azuread-group/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "3.0.2"
version = "3.1.0"
}
}
}
2 changes: 1 addition & 1 deletion _sub/security/azuread-group/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "3.0.2"
version = "3.1.0"
}
}
}
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 = "~> 3.0.0"
version = "~> 3.1.0"
}

github = {
Expand Down
2 changes: 1 addition & 1 deletion compute/k8s-services/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {

azuread = {
source = "hashicorp/azuread"
version = "~> 3.0.0"
version = "~> 3.1.0"
}

github = {
Expand Down

0 comments on commit 15d84a8

Please sign in to comment.