Skip to content

Commit ee0df71

Browse files
committed
fix(oidc): use >=3.6.0 constraint for hashicorp/random
1 parent 6b16a57 commit ee0df71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/oidc/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ terraform {
1313
}
1414
random = {
1515
source = "hashicorp/random"
16-
version = ">= 3.7.0"
16+
version = ">= 3.6.0"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)