Skip to content

Commit d2af086

Browse files
authored
chore(deps): downgrade Azure/modtm to 0.3.2 and hashicorp/random to 3… (#94)
* chore(deps): downgrade Azure/modtm to 0.3.2 and hashicorp/random to 3.5.1 * chore(deps): update modtm and random provider versions to use semantic versioning
1 parent ddc1920 commit d2af086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/provider.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ terraform {
2020
}
2121
modtm = {
2222
source = "Azure/modtm"
23-
version = "0.3.5"
23+
version = "~> 0.3.2"
2424
}
2525
powerplatform = {
2626
source = "microsoft/power-platform"
2727
version = "3.7.2"
2828
}
2929
random = {
3030
source = "hashicorp/random"
31-
version = "3.7.2"
31+
version = "~> 3.5.1"
3232
}
3333
time = {
3434
source = "hashicorp/time"

0 commit comments

Comments
 (0)