Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3dbfb38

Browse files
authoredFeb 14, 2025
Update Terraform azurerm to v3.117.0
1 parent 3c79e35 commit 3dbfb38

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed
 

‎components/apim-appgw/init.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
required_providers {
77
azurerm = {
88
source = "hashicorp/azurerm"
9-
version = "3.113.0"
9+
version = "3.117.0"
1010
}
1111
}
1212
}

‎components/apim/init.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
required_providers {
77
azurerm = {
88
source = "hashicorp/azurerm"
9-
version = "3.113.0"
9+
version = "3.117.0"
1010
}
1111
}
1212
}

‎components/backendappgateway/provider.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
azurerm = {
77
source = "hashicorp/azurerm"
8-
version = "3.113.0"
8+
version = "3.117.0"
99
}
1010
}
1111
}

‎components/cftapps_private_dns/provider.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
azurerm = {
77
source = "hashicorp/azurerm"
8-
version = "3.113.0"
8+
version = "3.117.0"
99
}
1010
}
1111
}

‎components/frontendappgateway/provider.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
azurerm = {
77
source = "hashicorp/azurerm"
8-
version = "3.113.0"
8+
version = "3.117.0"
99
}
1010
}
1111
}

‎components/global/provider.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
azurerm = {
77
source = "hashicorp/azurerm"
8-
version = "3.113.0"
8+
version = "3.117.0"
99
}
1010
}
1111
}

‎components/pubsubappgateway/provider.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
azurerm = {
77
source = "hashicorp/azurerm"
8-
version = "3.113.0"
8+
version = "3.117.0"
99
}
1010
}
1111
}

‎components/shutter_static_webapp/init.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
azurerm = {
77
source = "hashicorp/azurerm"
8-
version = "3.65.0" # we have to keep this to 3.65 as there are problems related to Failure sending request: StatusCode=429 -- Original Error: context deadline exceeded
8+
version = "3.117.0" # we have to keep this to 3.65 as there are problems related to Failure sending request: StatusCode=429 -- Original Error: context deadline exceeded
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)