diff --git a/components/apim-appgw/init.tf b/components/apim-appgw/init.tf index 2b341f735..b167ad4a1 100644 --- a/components/apim-appgw/init.tf +++ b/components/apim-appgw/init.tf @@ -6,7 +6,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.113.0" + version = "4.12.0" } } } diff --git a/components/apim/init.tf b/components/apim/init.tf index fcf7a1b09..5f5684290 100644 --- a/components/apim/init.tf +++ b/components/apim/init.tf @@ -6,7 +6,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.113.0" + version = "4.12.0" } } } diff --git a/components/backendappgateway/provider.tf b/components/backendappgateway/provider.tf index 79349a383..efa9e28e5 100644 --- a/components/backendappgateway/provider.tf +++ b/components/backendappgateway/provider.tf @@ -5,7 +5,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.113.0" + version = "4.12.0" } } } diff --git a/components/cftapps_private_dns/provider.tf b/components/cftapps_private_dns/provider.tf index 1b357a73d..07cce83fb 100644 --- a/components/cftapps_private_dns/provider.tf +++ b/components/cftapps_private_dns/provider.tf @@ -5,7 +5,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.113.0" + version = "4.12.0" } } } diff --git a/components/frontendappgateway/provider.tf b/components/frontendappgateway/provider.tf index d149b724f..f20e23bd8 100644 --- a/components/frontendappgateway/provider.tf +++ b/components/frontendappgateway/provider.tf @@ -5,7 +5,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.113.0" + version = "4.12.0" } } } diff --git a/components/global/provider.tf b/components/global/provider.tf index 7470412b7..34b95ad51 100644 --- a/components/global/provider.tf +++ b/components/global/provider.tf @@ -5,7 +5,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.113.0" + version = "4.12.0" } } } diff --git a/components/shutter_static_webapp/init.tf b/components/shutter_static_webapp/init.tf index 51ccfd1c1..cb751b3ca 100644 --- a/components/shutter_static_webapp/init.tf +++ b/components/shutter_static_webapp/init.tf @@ -5,7 +5,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - 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 + version = "4.12.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 } } }