Skip to content

Commit 1cc8bd1

Browse files
committed
Version fixes
1 parent b324c07 commit 1cc8bd1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

infra/modules/copilot_studio/terraform.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

infra/modules/github_runner_aca/provider.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)