File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ terraform {
33 required_providers {
44 azapi = {
55 source = " Azure/azapi"
6- version = " 2.4 .0"
6+ version = " 2.5 .0"
77 }
88 azurerm = {
99 source = " hashicorp/azurerm"
10- version = " 4.29 .0"
10+ version = " 4.35 .0"
1111 }
1212 modtm = {
1313 source = " Azure/modtm"
1414 version = " 0.3.2"
1515 }
1616 powerplatform = {
1717 source = " microsoft/power-platform"
18- version = " 3.7.2 "
18+ version = " 3.8.0 "
1919 }
2020 random = {
2121 source = " hashicorp/random"
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ terraform {
33 required_providers {
44 azurerm = {
55 source = " hashicorp/azurerm"
6- version = " 4.29 .0"
6+ version = " 4.35 .0"
77 }
88 azapi = {
99 source = " Azure/azapi"
10- version = " 2.4 .0"
10+ version = " 2.5 .0"
1111 }
1212 }
1313}
You can’t perform that action at this time.
0 commit comments