Skip to content

Commit 6041a8b

Browse files
chore(deps): update terraform azuread to ~> 3.7.0
1 parent 44ea2fe commit 6041a8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap/entra/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
azuread = {
44
source = "hashicorp/azuread"
5-
version = "~> 3.1.0"
5+
version = "~> 3.7.0"
66
}
77
}
88
}

bootstrap/modules/envoy-oidc-security-policy/entra/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
azuread = {
44
source = "hashicorp/azuread"
5-
version = "~> 3.1.0"
5+
version = "~> 3.7.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)