-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Terraform azurerm to v3.117.0 #2205
base: master
Are you sure you want to change the base?
Conversation
Reviewing the Terraform provider version update in your
By following these additional suggestions, you'll improve the robustness and maintainability of your Terraform configurations.
|
Plan Result (sbox_private_dns)
|
Plan Result (sbox_global)
Change Result (Click me) # module.premium_front_door.azurerm_monitor_diagnostic_setting.diagnostics_access_logs_sa[0] will be updated in-place
~ resource "azurerm_monitor_diagnostic_setting" "diagnostics_access_logs_sa" {
id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/lz-sbox-rg/providers/Microsoft.Cdn/profiles/hmcts-sbox|fd-log-analytics-logs-sa"
name = "fd-log-analytics-logs-sa"
# (6 unchanged attributes hidden)
- metric {
- category = "AllMetrics" -> null
- enabled = false -> null
- retention_policy {
- days = 0 -> null
- enabled = false -> null
}
}
# (4 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (sbox_apim)
|
Plan Result (sbox_apim_appgw)
Change Result (Click me) # module.app-gw.data.azurerm_monitor_diagnostic_categories.diagnostic_categories will be read during apply
# (depends on a resource or a module with changes pending)
<= data "azurerm_monitor_diagnostic_categories" "diagnostic_categories" {
+ id = (known after apply)
+ log_category_groups = (known after apply)
+ log_category_types = (known after apply)
+ logs = (known after apply)
+ metrics = (known after apply)
+ resource_id = "/subscriptions/ea3a8c1e-af9d-4108-bc86-a7e2d267f49c/resourceGroups/hmcts-hub-sbox-int/providers/Microsoft.Network/applicationGateways/cft-apim00-sandbox-agw"
}
# module.app-gw.azurerm_application_gateway.ag[0] will be updated in-place
~ resource "azurerm_application_gateway" "ag" {
id = "/subscriptions/ea3a8c1e-af9d-4108-bc86-a7e2d267f49c/resourceGroups/hmcts-hub-sbox-int/providers/Microsoft.Network/applicationGateways/cft-apim00-sandbox-agw"
name = "cft-apim00-sandbox-agw"
tags = {
"application" = "core"
"builtFrom" = "hmcts/azure-platform-terraform"
"businessArea" = "CFT"
"criticality" = "Low"
"environment" = "sandbox"
"expiresAfter" = "3000-01-01"
"startupMode" = "always"
}
# (8 unchanged attributes hidden)
- probe {
- host = "cft-api-mgmt-appgw.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/ea3a8c1e-af9d-4108-bc86-a7e2d267f49c/resourceGroups/hmcts-hub-sbox-int/providers/Microsoft.Network/applicationGateways/cft-apim00-sandbox-agw/probes/cft-api-mgmt-appgw-probe" -> null
- interval = 10 -> null
- minimum_servers = 0 -> null
- name = "cft-api-mgmt-appgw-probe" -> null
- path = "/status-0123456789abcdef" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
+ probe {
+ host = "cft-api-mgmt-appgw.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 10
+ minimum_servers = 0
+ name = "cft-api-mgmt-appgw-probe"
+ path = "/status-0123456789abcdef"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
# (15 unchanged blocks hidden)
}
# module.app-gw.azurerm_monitor_diagnostic_setting.diagnostic_settings[0] will be updated in-place
~ resource "azurerm_monitor_diagnostic_setting" "diagnostic_settings" {
id = "/subscriptions/ea3a8c1e-af9d-4108-bc86-a7e2d267f49c/resourceGroups/hmcts-hub-sbox-int/providers/Microsoft.Network/applicationGateways/cft-apim00-sandbox-agw|AppGw"
name = "AppGw"
# (5 unchanged attributes hidden)
~ metric {
+ eventhub_authorization_rule_id = (known after apply)
+ eventhub_name = (known after apply)
+ id = (known after apply)
+ log_analytics_destination_type = (known after apply)
+ log_analytics_workspace_id = (known after apply)
+ name = (known after apply)
+ partner_solution_id = (known after apply)
+ storage_account_id = (known after apply)
+ target_resource_id = (known after apply)
} -> (known after apply)
# (3 unchanged blocks hidden)
}
Plan: 0 to add, 2 to change, 0 to destroy. |
Plan Result (sbox_frontendappgateway)
Change Result (Click me) # module.frontendappgateway.azurerm_application_gateway.ag[0] will be updated in-place
~ resource "azurerm_application_gateway" "ag" {
id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw"
name = "cft-aks-fe-00-sbox-agw"
tags = {
"application" = "core"
"autoShutdown" = "true"
"builtFrom" = "hmcts/azure-platform-terraform"
"businessArea" = "CFT"
"criticality" = "Low"
"environment" = "sandbox"
"expiresAfter" = "3000-01-01"
"startupMode" = "always"
}
# (8 unchanged attributes hidden)
- probe {
- host = "cft-api-mgmt.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw/probes/cft-api-mgmt" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "cft-api-mgmt" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "frontdoor.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw/probes/plumclassic" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "plumclassic" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "hmcts-access.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw/probes/hmcts-access" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "hmcts-access" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "hmi-apim.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw/probes/hmi-apim" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "hmi-apim" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "idam-user-dashboard.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw/probes/idam-user-dashboard" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "idam-user-dashboard" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "idam-web-public.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw/probes/idam-web-public" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "idam-web-public" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "labs-apps-njs.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw/probes/labs-apps-njs" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "labs-apps-njs" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "labs-endakelly-nodejs.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw/probes/labs-endakelly-nodejs" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "labs-endakelly-nodejs" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "labs-goldenpath-khaled.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw/probes/labs-goldenpath-khaled" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "labs-goldenpath-khaled" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "labs-rhodrif-nodejs.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw/probes/labs-rhodrif-nodejs" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "labs-rhodrif-nodejs" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "plum.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw/probes/plum" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "plum" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "reformscan.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw/probes/reformscan" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "reformscan" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
+ probe {
+ host = "cft-api-mgmt.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "cft-api-mgmt"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "frontdoor.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "plumclassic"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "hmcts-access.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "hmcts-access"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "hmi-apim.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "hmi-apim"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "idam-user-dashboard.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "idam-user-dashboard"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "idam-web-public.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "idam-web-public"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "labs-apps-njs.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "labs-apps-njs"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "labs-endakelly-nodejs.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "labs-endakelly-nodejs"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "labs-goldenpath-khaled.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "labs-goldenpath-khaled"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "labs-rhodrif-nodejs.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "labs-rhodrif-nodejs"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "plum.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "plum"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "reformscan.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "reformscan"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
# (56 unchanged blocks hidden)
}
# module.frontendappgateway.azurerm_monitor_diagnostic_setting.diagnostics_access_logs_sa[0] will be updated in-place
~ resource "azurerm_monitor_diagnostic_setting" "diagnostics_access_logs_sa" {
id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks-fe-00-sbox-agw|app-gw-storage-account"
name = "app-gw-storage-account"
# (6 unchanged attributes hidden)
- metric {
- category = "AllMetrics" -> null
- enabled = false -> null
- retention_policy {
- days = 0 -> null
- enabled = false -> null
}
}
# (5 unchanged blocks hidden)
}
Plan: 0 to add, 2 to change, 0 to destroy. |
Plan Result (sbox_backendappgateway)
Change Result (Click me) # module.backendappgateway.azurerm_application_gateway.ag[0] will be updated in-place
~ resource "azurerm_application_gateway" "ag" {
id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw"
name = "cft-aks00-sandbox-agw"
tags = {
"application" = "core"
"autoShutdown" = "true"
"builtFrom" = "hmcts/azure-platform-terraform"
"businessArea" = "CFT"
"criticality" = "Low"
"environment" = "sandbox"
"expiresAfter" = "3000-01-01"
"startupMode" = "always"
}
# (8 unchanged attributes hidden)
- probe {
- host = "bulk-scan-orchestrator-sandbox.service.core-compute-sandbox.internal" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/bulk-scan-orchestrator" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "bulk-scan-orchestrator" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "bulk-scan-payment-processor-sandbox.service.core-compute-sandbox.internal" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/bulk-scan-payment-processor" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "bulk-scan-payment-processor" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "bulk-scan-processor-sandbox.service.core-compute-sandbox.internal" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/bulk-scan-processor" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "bulk-scan-processor" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "bulk-scan-sample-app-sandbox.service.core-compute-sandbox.internal" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/bulk-scan-sample-app" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "bulk-scan-sample-app" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "div-emca-sandbox.service.core-compute-sandbox.internal" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/div-emca" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "div-emca" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "docmosis.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/dg-docmosis" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "dg-docmosis" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "draft-store-service-sandbox.service.core-compute-sandbox.internal" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/draft-store-service" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "draft-store-service" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "fpl-case-service-sandbox.service.core-compute-sandbox.internal" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/fpl-case-service" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "fpl-case-service" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "ia-bail-case-api-sandbox.service.core-compute-sandbox.internal" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/ia-bail-case-api" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "ia-bail-case-api" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "ia-case-api-sandbox.service.core-compute-sandbox.internal" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/ia-case-api" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "ia-case-api" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "ia-case-documents-api-sandbox.service.core-compute-sandbox.internal" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/ia-case-documents-api" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "ia-case-documents-api" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "ia-case-notifications-api-sandbox.service.core-compute-sandbox.internal" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/ia-case-notifications-api" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "ia-case-notifications-api" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "ia-hearings-api-sandbox.service.core-compute-sandbox.internal" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/ia-hearings-api" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "ia-hearings-api" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "idam-api-sprod.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/idam-api-sprod" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "idam-api-sprod" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "idam-api.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/idam-api" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "idam-api" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold = 3 -> null
- match {
- status_code = [
- "200-399",
] -> null
# (1 unchanged attribute hidden)
}
}
- probe {
- host = "idam-hmcts-access.sandbox.platform.hmcts.net" -> null
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw/probes/idam-hmcts-access" -> null
- interval = 20 -> null
- minimum_servers = 0 -> null
- name = "idam-hmcts-access" -> null
- path = "/health/liveness" -> null
- pick_host_name_from_backend_http_settings = false -> null
- port = 0 -> null
- protocol = "Http" -> null
- timeout = 15 -> null
- unhealthy_threshold
# ...
# ... The maximum length of GitHub Comment is 65536, so the content is omitted by tfcmt.
# ...
+ unhealthy_threshold = 3
}
+ probe {
+ host = "ia-case-documents-api-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "ia-case-documents-api"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "ia-case-notifications-api-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "ia-case-notifications-api"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "ia-hearings-api-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "ia-hearings-api"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "idam-api-sprod.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "idam-api-sprod"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "idam-api.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "idam-api"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "idam-hmcts-access.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "idam-hmcts-access"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "idam-testing-support-api.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "idam-testing-support-api"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "idam-user-dashboard.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "idam-user-dashboard"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "idam-user-profile-bridge.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "idam-user-profile-bridge"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "idam-web-admin-sprod.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "idam-web-admin-sprod"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "idam-web-admin.sandbox.platform.hmcts.net"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "idam-web-admin"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "labs-apps-njs-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "labs-apps-njs"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "labs-dj-khaled-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "labs-dj-khaled"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "payment-api-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "payment-api"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "plum-frontend-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "plum-frontend"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "probate-business-service-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "probate-business-service"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "probate-orchestrator-service-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "probate-orchestrator-service"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "probate-submit-service-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "probate-submit-service"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "rd-professional-api-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "rd-professional-api"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "rd-profile-sync-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "rd-profile-sync"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "rd-user-profile-api-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "rd-user-profile-api"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "reform-scan-blob-router-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "reform-scan-blob-router"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "reform-scan-notification-service-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "reform-scan-notification-service"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "rpe-send-letter-service-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "rpe-send-letter-service"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "sscs-evidence-share-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "sscs-evidence-share"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
+ probe {
+ host = "sscs-tribunals-api-sandbox.service.core-compute-sandbox.internal"
+ id = (known after apply)
+ interval = 20
+ minimum_servers = 0
+ name = "sscs-tribunals-api"
+ path = "/health/liveness"
+ pick_host_name_from_backend_http_settings = false
+ protocol = "Http"
+ timeout = 15
+ unhealthy_threshold = 3
}
# (193 unchanged blocks hidden)
}
# module.backendappgateway.azurerm_monitor_diagnostic_setting.diagnostics_access_logs_sa[0] will be updated in-place
~ resource "azurerm_monitor_diagnostic_setting" "diagnostics_access_logs_sa" {
id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-network-rg/providers/Microsoft.Network/applicationGateways/cft-aks00-sandbox-agw|app-gw-storage-account"
name = "app-gw-storage-account"
# (6 unchanged attributes hidden)
- metric {
- category = "AllMetrics" -> null
- enabled = false -> null
- retention_policy {
- days = 0 -> null
- enabled = false -> null
}
}
# (5 unchanged blocks hidden)
}
Plan: 0 to add, 2 to change, 0 to destroy. |
Plan Result (sbox_shutter_webapp)
|
Plan Result (prod_private_dns)
|
Plan Result (test_cftapps_private_dns)
|
Plan Result (demo_private_dns)
|
Plan Result (stg_private_dns)
|
Plan Result (stg_apim)
Change Result (Click me) # module.api-mgmt.azurerm_api_management_api_policy.apim will be created
+ resource "azurerm_api_management_api_policy" "apim" {
+ api_management_name = "cft-api-mgmt-stg"
+ api_name = "health"
+ id = (known after apply)
+ resource_group_name = "cft-aat-network-rg"
+ xml_content = <<-EOT
<policies>
<inbound>
<mock-response status-code="200" content-type="application/json" />
</inbound>
<backend>
<base />
</backend>
<outbound>
<base />
</outbound>
<on-error>
<base />
</on-error>
</policies>
EOT
}
# module.api-mgmt.azurerm_api_management_custom_domain.api-management-custom-domain will be created
+ resource "azurerm_api_management_custom_domain" "api-management-custom-domain" {
+ api_management_id = "/subscriptions/96c274ce-846d-4e48-89a7-d528432298a7/resourceGroups/cft-aat-network-rg/providers/Microsoft.ApiManagement/service/cft-api-mgmt-stg"
+ id = (known after apply)
+ gateway {
+ certificate_source = (known after apply)
+ certificate_status = (known after apply)
+ default_ssl_binding = true
+ expiry = (known after apply)
+ host_name = "cft-api-mgmt.aat.platform.hmcts.net"
+ key_vault_id = "https://acmedcdcftappsstg.vault.azure.net/secrets/wildcard-aat-platform-hmcts-net"
+ negotiate_client_certificate = true
+ subject = (known after apply)
+ thumbprint = (known after apply)
}
+ gateway {
+ certificate_source = (known after apply)
+ certificate_status = (known after apply)
+ default_ssl_binding = true
+ expiry = (known after apply)
+ host_name = "cft-api-mgmt-appgw.aat.platform.hmcts.net"
+ key_vault_id = "https://acmedcdcftappsstg.vault.azure.net/secrets/wildcard-aat-platform-hmcts-net"
+ negotiate_client_certificate = true
+ subject = (known after apply)
+ thumbprint = (known after apply)
}
+ gateway {
+ certificate_source = (known after apply)
+ certificate_status = (known after apply)
+ default_ssl_binding = true
+ expiry = (known after apply)
+ host_name = "cft-mtls-api-mgmt-appgw.aat.platform.hmcts.net"
+ key_vault_id = "https://acmedcdcftappsstg.vault.azure.net/secrets/wildcard-aat-platform-hmcts-net"
+ negotiate_client_certificate = true
+ subject = (known after apply)
+ thumbprint = (known after apply)
}
}
Plan: 2 to add, 0 to change, 0 to destroy. |
Plan Result (demo_apim)
|
Plan Result (ithc_private_dns)
|
Code Review FeedbackGeneral Observations
Recommendations
Specific ExampleBefore: terraform {
required_providers {
azurerm = {
source = \"hashicorp/azurerm\"
version = \"3.117.0\"
}
}
} After incorporating feedback: terraform {
required_providers {
azurerm = {
source = \"hashicorp/azurerm\"
version = \"~> 3.117.0\"
}
}
} ConclusionIt's commendable that the provider versions are being updated across the components, indicating attention to infrastructure's reliability and security. Implementing the above recommendations will further enhance the robustness and maintainability of your Terraform configurations. |
9ae431b
to
b775619
Compare
Terraform Provider Version UpgradeThe diffs provided show an update to the Uniformity in Version ConstraintsAll components are updated to version Recommendation:
|
b775619
to
87b09bb
Compare
Analysis of Terraform Configuration UpdatesGeneral ObservationsThe diffs indicate an update across various Terraform components, specifically updating the Specific Recommendations
Cost Implications
By following the recommendations above, the changes can align with best practices for maintainability, security, and cost-efficiency, ensuring the infrastructure remains robust and adaptable to future requirements. |
87b09bb
to
2e93408
Compare
General Improvements Across All ChangesCode Quality and Best Practices
Security
Cost and Carbon Usage
Specific Examples and Recommendations
SummaryThe diffs signify a step towards maintaining up-to-date dependencies which is crucial for security, access to new features, and bug fixes. While the direct implications on cost and carbon output might not be evident through version numbers alone, adhering to this practice of regular updates and conducting due diligence (reviews and optimizations post-update) are best practices that indirectly contribute to cost-efficiency and sustainability in the long run. |
2e93408
to
a00599e
Compare
Terraform Provider VersioningWhile the update to the Terraform
provider "azurerm" {
|
a00599e
to
250b841
Compare
The diff showcases an update across multiple Terraform components, upgrading the
By addressing these points, you can improve the maintainability, security, and efficiency of your Terraform-managed Azure infrastructure. |
250b841
to
fec9b7b
Compare
Terraform Provider Version UpdateUpdating the Terraform provider version across multiple components is beneficial for maintaining compatibility with Azure resources and features, as well as incorporating fixes for existing issues. However, several additional improvements and considerations should be taken into account for a more robust update:
By adopting these practices, you can improve infrastructure maintainability, stability, and efficiency, thereby reducing potential risks associated with provider version updates. |
fec9b7b
to
532551e
Compare
Terraform Provider Upgrade: Review and RecommendationsImprovements in Code Quality and Best Practices
Security, Cost, and Carbon Usage Considerations
ConclusionThe steps taken to update the |
532551e
to
7236170
Compare
Terraform and Azure Provider Version ConsistencyThe diff indicates an update to the AzureRM provider version from 1. Review Release Notes for Breaking ChangesUpgrading a provider can introduce breaking changes. It's crucial to review the AzureRM provider release notes between the old and new versions to understand any changes that might affect your infrastructure. Example:
2. Utilize Version Constraints ProperlySetting the version to a specific number (
|
7236170
to
358fd68
Compare
The provided git diff indicates updates to the
To summarize, while updating the |
358fd68
to
3e28b64
Compare
Code Review Feedback on Terraform Configuration UpdatesGeneral Feedback:The updates reflect an effort to keep the Terraform Specific Recommendations:
SummaryThese improvements focus on maintainability, flexibility, and ensuring the stability of your infrastructure with minimal direct impact on costs or carbon usage. However, they significantly contribute to a smoother operational workflow and can prevent potential future expenses related to unexpected incompatibilities or manual interventions. |
This PR contains the following updates:
3.65.0
->3.117.0
3.113.0
->3.117.0
Release Notes
hashicorp/terraform-provider-azurerm (azurerm)
v3.117.0
Compare Source
SPECIAL NOTES: This 3.x release is a special, one-off, back-port of functionality for
azurerm_storage_account
to enable users to deploy this resource in environments which block / are restrictive of Data Plane access, thus preventing the resource being created and/or managed. This functionality is back-ported from thev4.9.0
release. Users migrating from this release to the 4.x line, should upgrade directly tov4.9.0
or later, as these features are not compatible with earlier releases of 4.x.FEATURES:
azurerm_storage_account_queue_properties
(#27819)azurerm_storage_account_static_website
(#27819)data_plane_available
feature flag (#27819)ENHANCEMENTS:
azurerm_storage_account
- can now be created and managed if Data Plane endpoints are blocked by a firewall (#27819)v3.116.0
Compare Source
DEPRECATIONS:
All Azure Kubernetes Service (AKS) properties related to preview features are deprecated since they will not be available in a stable API. Please see https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/4.0-upgrade-guide#aks-migration-to-stable-api for more details (#26863)
FEATURES:
azurerm_ai_services
(#26008)azurerm_communication_service_email_domain_association
(#26432)azurerm_dev_center_project_environment_type
(#26941)azurerm_extended_location_custom_location
(#24267)azurerm_postgresql_flexible_server_virtual_endpoint
(#26708)ENHANCEMENTS:
notificationhub
- updating to use version2023-09-01
(#26528)azurerm_api_management_api
- update validation ofpath
to allow single character strings (#26922)azurerm_cosmosdb_account
- add support for the propertyburst_capacity_enabled
(#26986)azurerm_linux_function_app
- add support forvnet_image_pull_enabled
property in 4.0 (#27001)azurerm_linux_function_app_slot
- add support forvnet_image_pull_enabled
property in 4.0 (#27001)azurerm_logic_app_standard
- add support forv8.0
insite_config.dotnet_framework_version
(#26983)azurerm_management_group_policy_assignment
- remove length restriction on name (#27055)azurerm_recovery_services_vault
- add support for theidentity
block (#26254)azurerm_web_application_firewall_policy
- add support for thejs_challenge_cookie_expiration_in_minutes
property (#26878)azurerm_windows_function_app
- add support forvnet_image_pull_enabled
property in 4.0 (#27001)azurerm_windows_function_app_slot
- add support forvnet_image_pull_enabled
property in 4.0 (#27001)BUG FIXES:
azurerm_storage_account
- adddefault_share_level_permission
to theazure_files_authentication
to prevent invalid address errors (#26996)azurerm_search_service
- expose thetags
property (#26978)azurerm_virtual_machine
- populate missingpower_state
(#26991)azurerm_virtual_machine_scale_set
- populate missingpower_state
(#26991)azurerm_api_management_api_schema
- correctly unmarshaldefinition
andcomponents
(#26531)azurerm_cdn_frontdoor_secret
- fix issue whereexpiration_date
was being set into the parent block (#26982)azurerm_container_app_environment
- fix diff suppress oninfrastructure_resource_group_name
(#27007)azurerm_express_route_connection
- prevent sendingprivate_link_fast_path_enabled
in the payload if it hasn't been explicitly set (#26928)azurerm_machine_learning_workspace
-serverless_compute
can now be updated (#26940)azurerm_mssql_database
- fix issue where the database cannot be upgraded to use serverless due to the behaviour of thelicense_type
field (#26850)azurerm_mssql_database
- prevent error when creatingFree
edition by settinglong_term_retention_policy
andshort_term_retention_policy
as empty (#26894)azurerm_nginx_deployment
- omitcapacity
when creating deployments with a basic plan (#26223)azurerm_role_management_policy
- prevent panic when updatingactivation_rules.approval_stage
(#26800)azurerm_sentinel_threat_intelligence_indicator
- prevent panic when importing this resource (#26976)azurerm_servicebus_namespace
- fix panic reading encryption with versionless ids (#27060)azurerm_synapse_spark_pool
- prevent plan diff due to API behaviour by settingnode_count
as Computed (#26953)azurerm_virtual_network_gateway_connection
- fix issue whereingress_nat_rule_ids
was updating the egress rules on updates (#27022)v3.115.0
Compare Source
ENHANCEMENTS:
cosmosdb
- updating to use version2024-05-15
(#26758)healthcare
- updating to use version2024-03-31
(#26699)redis
- updating to use version2024-03-01
(#26932)azurerm_cosmosdb_account
- avoid infinite diff todefault_identity_type
for legacy resources where an empty string is returned by the RP (#26525)azurerm_linux_virtual_machine_scale_set
- add support for theaction
property in theautomatic_instance_repair
block (#26227)azurerm_log_analytics_saved_search
- update the regex for thefunction_parameters
property to support more paramters (#26701)azurerm_monitor_data_collection_rule
- updateperformance_counter.x.sampling_frequency_in_seconds
range1
to1800
(#26898)azurerm_orchestrated_virtual_machine_scale_set
- add support for theaction
property in theautomatic_instance_repair
block (#26227)azurerm_security_center_storage_defender
- add support for the propertyscan_results_event_grid_topic_id
(#26599)azurerm_storage_account
- add support for the propertydefault_share_level_permission
in theazure_files_authentication
block (#26924)azurerm_web_application_firewall_policy
-excluded_rule_set.0.type
supportsMicrosoft_BotManagerRuleSet
(#26903)azurerm_windows_virtual_machine_scale_set
- add support for theaction
property in theautomatic_instance_repair
block (#26227)BUG FIXES:
azurerm_container_group
- retrieve and setstorage_account_key
in the payload when updating the resource (#26640)azurerm_key_vault_managed_hardware_security_module_role_assignment
- fixed a crash in error messages (#26972)azurerm_kubernetes_cluster
- allow an empty list fordns_zone_ids
in theweb_app_routing
block (#26747)azurerm_storage_share_file
- fix a bug when encoding the MD5 hash for thecontent_md5
property (#25715)v3.114.0
Compare Source
UPGRADE NOTES:
FEATURES:
azurerm_dev_center_network_connection
(#26718)azurerm_stack_hci_logical_network
(#26473)ENHANCEMENTS:
go-azure-helpers
tov0.70.1
(#26757)arckubernetes
- updating to use version2024-01-01
(#26761)data.azurerm_storage_account
- theenable_https_traffic_only
property has been superseded byhttps_traffic_only_enabled
(#26740)azurerm_log_analytics_cluster
- add support for settingsize_gb
to100
[GH-#26865]azurerm_storage_account
- theenable_https_traffic_only
property has been superseded byhttps_traffic_only_enabled
(#26740)BUG FIXES:
azurerm_dns_cname_record
- split create and update function to fix lifecycle - ignore (#26610)azurerm_dns_srv_record
- split create and update function to fix lifecycle - ignore (#26627)azurerm_kubernetes_cluster
- fix issue that preventedmax_count
from being updated (#26417)azurerm_linux_web_app
- correctly setsite_config.always_on
as configured during Update (#25753)azurerm_linux_web_app_slot
- correctly setsite_config.always_on
as configured during Update (#25753)azurerm_management_group_policy_remediation
- fix panic in deprecated schema change for 4.0 (#26767)azurerm_network_security_rule
- fix panic when updatingsource_port_ranges
(#26883)azurerm_public_ip
- fix panix when updatingidle_timeout_in_minutes
DEPRECATIONS:
azurerm_redis_cache
-enable_non_ssl_port
has been superseded bynon_ssl_port_enabled
andredis_configuration. enable_authentication
has been superseded byredis_configuration.authentication_enabled
(#26608)v3.113.0
Compare Source
ENHANCEMENTS:
v0.20240715.1100358
ofhashicorp/go-azure-sdk
(#26638)storage
- updating to usehashicorp/go-azure-sdk
(#26218)BUG FIXES:
azurerm_storage_account
- fix a validation bug when replacing a StorageV2 account with a StorageV1 account (#26639)azurerm_storage_account
- resolve an issue refreshing blob or queue properties after recreation (#26218)azurerm_storage_account
- resolve an issue setting tags for an existing storage account where a policy mandates them (#26218)azurerm_storage_account
- fix a persistent diff with thecustomer_managed_key
block (#26218)azurerm_storage_account
- resolve several consistency related issues when crreating a new storage account (#26218)DEPRECATIONS:
azurerm_eventhub_namespace
- deprecate thezone_redundant
field in v4.0 (#26611)azurerm_servicebus_namespace
- deprecate thezone_redundant
field in v4.0 (#26611)v3.112.0
Compare Source
FEATURES:
azurerm_elastic_san_volume_snapshot
(#26439)azurerm_dev_center_dev_box_definition
(#26307)azurerm_dev_center_environment_type
(#26291)azurerm_virtual_machine_restore_point
(#26526)azurerm_virtual_machine_restore_point_collection
(#26526)ENHANCEMENTS:
v0.20240710.1114656
ofgithub.com/hashicorp/go-azure-sdk
(#26588)v0.70.0
ofgo-azure-helpers
(#26601)containerservice
: updating the Fleet resources to use API Version2024-04-01
(#26588)azurerm_network_service_tags
- extend validation forservice
to allowAzureFrontDoor.Backend
,AzureFrontDoor.Frontend
, andAzureFrontDoor.FirstParty
(#26429)azurerm_api_management_identity_provider_aad
- support for theclient_library
property (#26093)azurerm_api_management_identity_provider_aadb2c
- support for theclient_library
property (#26093)azurerm_dev_test_virtual_network
- support for theshared_public_ip_address
property (#26299)azurerm_kubernetes_cluster
- support for thecertificate_authority
block under theservice_mesh_profile
block (#26543)azurerm_linux_web_app
- support the value8.3
for thephp_version
property (#26194)azurerm_machine_learning_compute_cluster
- theidentity
property can now be updated (#26404)azurerm_web_application_firewall_policy
- support for theJSChallenge
value formanaged_rules.managed_rule_set.rule_group_override.rule_action
(#26561)BUG FIXES:
azurerm_communication_service
-primary_connection_string
,primary_key
,secondary_connection_string
andsecondary_key
are marked as Sensitive (#26560)azurerm_app_configuration_feature
- fix issue when updating the resource without an existingtargeting_filter
(#26506)azurerm_backup_policy_vm
- split create and update function to fix lifecycle - ignore (#26591)azurerm_backup_protected_vm
- split create and update function to fix lifecycle - ignore (#26583)azurerm_communication_service
- theprimary_connection_string
,primary_key
,secondary_connection_string
, andsecondary_key
properties are now sensitive (#26560)azurerm_mysql_flexible_server_configuration
- add locks to prevent conflicts when deleting the resource (#26289)azurerm_nginx_deployment
- changing thefrontend_public.ip_address
,frontend_private.ip_address
,frontend_private.allocation_method
, andfrontend_private.subnet_id
now creates a new resource (#26298)azurerm_palo_alto_local_rulestack_rule
- correctl read theprotocol
property on read when theprotocol_ports
property is configured (#26510)azurerm_servicebus_namespace
- parse the identity returned by the API insensitively before setting into state (#26540)DEPRECATIONS:
azurerm_servicebus_queue
-enable_batched_operations
,enable_express
andenable_partitioning
are superseded bybatched_operations_enabled
,express_enabled
andpartitioning_enabled
(#26479)azurerm_servicebus_subscription
-enable_batched_operations
has been superseded bybatched_operations_enabled
(#26479)azurerm_servicebus_topic
-enable_batched_operations
,enable_express
andenable_partitioning
are superseded bybatched_operations_enabled
,express_enabled
andpartitioning_enabled
(#26479)v3.111.0
Compare Source
FEATURES:
azurerm_restore_point_collection
(#26518)ENHANCEMENTS:
v0.20240701.1082110
ofgithub.com/hashicorp/go-azure-sdk
(#26502)azurerm_disk_encryption_set
- support for themanaged_hsm_key_id
property (#26201)azurerm_firewall_policy
- remove Computed from thesku
property and add a default ofStandard
in 4.0 (#26499)azurerm_kubernetes_cluster
- support updatingdefault_node_pool.os_sku
betweenUbuntu
andAzureLinux
(#26262)azurerm_kubernetes_cluster_node_pool
- support updatingos_sku
betweenUbuntu
andAzureLinux
(#26139)azurerm_service_plan
- support for new the Flex Consumption plan (#26351)BUG FIXES:
azurerm_kubernetes_cluster
- prevent a panic (#26478)azurerm_kubernetes_cluster
- prevent a diff inupgrade_settings
when the API returns an empty object (#26541)azurerm_kubernetes_cluster_node_pool
- prevent a diff inupgrade_settings
when the API returns an empty object (#26541)azurerm_virtual_network_gateway
- split create and update function to fix lifecycle - ignore (#26451)azurerm_virtual_network_gateway_connection
- split create and update function to fix lifecycle - ignore (#26431)v3.110.0
Compare Source
FEATURES:
azurerm_load_test
(#26376)azurerm_virtual_desktop_scaling_plan_host_pool_association
(#24670)ENHANCEMENTS:
azurerm_monitor_data_collection_endpoint
- support for theimmutable_id
property (#26380)azurerm_nginx_certificate
- export the propertiessha1_thumbprint
,key_vault_secret_version
,key_vault_secret_creation_date
,error_code
anderror_message
(#26160)azurerm_backup_policy_vm
- support for thetiering_policy
property (#26263)azurerm_kubernetes_cluster_node_pool
- Pod Disruption Budgets are now respected when deleting a node pool (#26471)azurerm_monitor_data_collection_endpoint
- support for theimmutable_id
property (#26380)azurerm_mssql_managed_instance
- support the valueGZRS
for thestorage_account_type
property (#26448)azurerm_mssql_managed_instance_transparent_data_encryption
- support for themanaged_hsm_key_id
property (#26496)azurerm_redis_cache_access_policy
- allow updates topermissions
(#26440)azurerm_redhat_openshift_cluster
- support for themanaged_resource_group_name
property (#25529)azurerm_redhat_openshift_cluster
- support for thepreconfigured_network_security_group_enabled
property (#26082)azurerm_iotcentral_application
- remove Computed fromtemplate
and set default of[email protected]
in 4.0 (#26485)azurerm_digital_twins_time_series_database_connection
- remove Computed fromkusto_table_name
and set a default ofAdtPropertyEvents
in 4.0 (#26484)BUG FIXES:
azurerm_express_route_circuit_peering
- fix issue where data source attempts to parse an empty string instead of generating the resource ID (#26441)azurerm_express_route_gateway
- prevent a panic (#26467)azurerm_monitor_scheduled_query_rules_alert_v2
- correctly handle theidentity
block if not specified (#26364)azurerm_security_center_automation
- prevent resource recreation whentags
are updated (#26292)azurerm_synapse_workspace
- fix issue whereazure_devops_repo
orgithub_repo
configuration could not be removed (#26421)azurerm_virtual_network_dns_servers
- split create and update function to fix lifecycle - ignore (#26427)azurerm_linux_function_app
- setallowed_applications
in the request payload (#26462)azurerm_linux_function_app_slot
- setallowed_applications
in the request payload (#26462)azurerm_windows_function_app
- setallowed_applications
in the request payload (#26462)azurerm_windows_function_app_slot
- setallowed_applications
in the request payload (#26462)azurerm_linux_web_app
- setallowed_applications
in the request payload (#26462)azurerm_linux_web_app_slot
- setallowed_applications
in the request payload (#26462)azurerm_windows_web_app
- setallowed_applications
in the request payload (#26462)azurerm_windows_web_app_slot
- setallowed_applications
in the request payload (#26462)azurerm_api_management
- remove ForceNew fromadditional_location.zones
(#26384)azurerm_logic_app_integration_account_schema
- thename
property now allows underscores (#26475)azurerm_palo_alto_local_rulestack_rule
- prevent error when switching betweenprotocol
andprotocol_ports
(#26490)DEPRECATIONS:
azurerm_analysis_service_server
- the propertyenable_power_bi_service
has been superseded bypower_bi_service_enabled
(#26456)v3.109.0
Compare Source
FEATURES:
azurerm_automation_runbook
(#26359)azurerm_data_protection_backup_instance_postgresql_flexible_server
(#26249)azurerm_email_communication_service_domain
(#26179)azurerm_system_center_virtual_machine_manager_cloud
(#25429)azurerm_system_center_virtual_machine_manager_virtual_machine_template
(#25449)azurerm_system_center_virtual_machine_manager_virtual_network
(#25451)ENHANCEMENTS:
azurerm_hdinsight_cluster
- export thecluster_id
attribute (#26228)azurerm_cosmosdb_sql_container
- support for thepartition_key_kind
andpartition_key_paths
properties (#26372)azurerm_data_protection_backup_instance_blob_storage
- support for thestorage_account_container_names
property (#26232)azurerm_virtual_network_peering
- support for thepeer_complete_virtual_networks_enabled
,only_ipv6_peering_enabled
,local_subnet_names
, andremote_subnet_names
properties (#26229)azurerm_virtual_desktop_host_pool
- changing thepreferred_app_group_type
property no longer creates a new resource (#26333)azurerm_maps_account
- support for thelocation
,identity
,cors
anddata_store
properties (#26397)BUG FIXES:
azurerm_automation_job_schedule
- updatesazurerm_automation_job_schedule
to use a composite resource id and allowsazurerm_automation_runbook
to be updated without causingazurerm_automation_job_schedule
to recreate (#22164)azurerm_databricks_workspace
- correctly allow disabling the default firewall (#26339)azurerm_virtual_hub_*
- spliting create and update so lifecycle ignore changes works correctly (#26310)DEPRECATIONS:
azurerm_mariadb_server
- deprecated since the service is retiring. Please useazurerm_mysql_flexible_server
instead (#26354)azurerm_mariadb_configuration
- deprecated since the service is retiring. Please useazurerm_mysql_flexible_server_configuration
instead (#26354)azurerm_mariadb_database
- deprecated since the service is retiring. Please useazurerm_mysql_flexible_database
instead (#26354)azurerm_mariadb_firewall_rule
- deprecated since the service is retiring. Please useazurerm_mysql_flexible_server_firewall_rule
instead (#26354)azurerm_mariadb_server
- deprecated since the service is retiring. Please useazurerm_mysql_flexible_server
instead (#26354)azurerm_mariadb_virtual_network_rule
- deprecated since the service is retiring (#26354)v3.108.0
Compare Source
FEATURES:
azurerm_role_management_policy
(#25900)azurerm_role_management_policy
(#25900)ENHANCEMENTS:
serviceconnector
: updating to use API Version2024-04-01
(#26248)azurerm_container_groups
- can now be created with a User Assigned Identity when running Windows (#26308)azurerm_kubernetes_cluster
- updating thenetwork_profile.network_policy
property toazure
andcalico
when it hasn't been previously set is supported (#26176)azurerm_kubernetes_cluster
- respect Pod Distruption Budgets when rotating thedefault_node_pool
(#26274)azurerm_lb_backend_address_pool
- support for thesynchronous_mode
property (#26309)azurerm_private_endpoint
- support symultaneous creation of multiple resources of this type per subnet (#26006)BUG FIXES:
azurerm_express_route_circuit_peering
,azurerm_express_route_circuit
,azurerm_express_route_gateway
,azurerm_express_route_port
- split create and update (#26237)azurerm_lb_backend_address_pool_address
- when using this resource, values are no longer reset onazurerm_lb_backend_address_pool
(#26264)azurerm_route_filter
- spliting create and update so lifecycle ignore changes works correctly (#26266)azurerm_route_server
- spliting create and update so lifecycle ignore changes works correctly (#26266)azurerm_synapse_workspace
- updates the client used in all operations ofazurerm_synapse_workspace_sql_aad_admin
to prevent this resource from modifying the same resource asazurerm_synapse_workspace_aad_admin
(#26317)azurerm_virtual_network
- correctly parse network securty group IDs (#26283)DEPRECATIONS:
azurerm_network_interface
- theenable_ip_forwarding
andenable_accelerated_networking
properties have been deprecated and superseded by theip_forwarding_enabled
andaccelerated_networking_enabled
properties (#26293)azurerm_api_management
- thepolicy
block has been deprecated is superseded by theazurerm_api_management_policy
resource (#26305)azurerm_kubernetes_cluster
- theebpf_data_plane
property has been deprecated and superseded by thenetwork_data_plane
property (#26251)azurerm_network_interface
- theenable_ip_forwarding
andenable_accelerated_networking
properties have been deprecated and superseded by theip_forwarding_enabled
andaccelerated_networking_enabled
properties (#26293)azurerm_synapse_workspace
- theaad_admin
andsql_aad_admin
blocks have been deprecated and superseded by theazurerm_synapse_workspace_aad_admin
andazurerm_synapse_workspace_sql_aad_admin
resources (#26317)v3.107.0
Compare Source
FEATURES:
azurerm_data_protection_backup_policy_postgresql_flexible_server
(#26024)ENHANCEMENTS:
v0.20240604.1114748
ofgithub.com/hashicorp/go-azure-sdk
(#26216)advisor
: update API version to2023-01-01
(#26205)keyvault
: handling the Resources API returning Key Vaults that have been deleted when populating the cache (#26199)machinelearning
: update API version to2024-04-01
(#26168)network/privatelinkservices
- update to usehashicorp/go-azure-sdk
(#26212)network/serviceendpointpolicies
- update to usehashicorp/go-azure-sdk
(#26196)network/virtualnetworks
- update to usehashicorp/go-azure-sdk
(#26217)network/virtualwans
: update route resources to usehashicorp/go-azure-sdk
(#26189)azurerm_container_app_job
- support for thekey_vault_secret_id
andidentity
properties in thesecret
block (#25969)azurerm_kubernetes_cluster
- support forthedns_zone_ids
popperty in theweb_app_routing
block (#26117)azurerm_notification_hub_authorization_rule
- support for theprimary_connection_string
andsecondary_connection_string
properties (#26188)azurerm_subnet
- support for thedefault_outbound_access_enabled
property (#25259)BUG FIXES:
azurerm_api_management_named_value
- will now enforce setting thesecret
property when setting thevalue_from_key_vault
property (#26150)azurerm_storage_sync_server_endpoint
- improve pooling to work around api inconsistencies (#26204)azurerm_virtual_network
- split create and update function to fix lifecycle - ignore (#26246)azurerm_vpn_server_configuration
- split create and update function to fix lifecycle - ignore (#26175)azurerm_vpn_server_configuration_policy_group
- split create and update function to fix lifecycle - ignore (#26207)azurerm_vpn_site
- split create and update function to fix lifecycle - ignore changes (#26163)DEPRECATIONS:
azurerm_kubernetes_cluster
- the propertydns_zone_id
has been superseded by the propertydns_zone_ids
in theweb_app_routing
block (#26117)azurerm_nginx_deployment
- the blockconfiguration
has been deprecated and superseded by the resourceazurerm_nginx_configuration
(#25773)v3.106.1
Compare Source
BUG FIXES:
azurerm_kubernetes_cluster
- fix a crash when reading/settingupgrade_settings
(#26173)v3.106.0
Compare Source
UPGRADE NOTES:
FEATURES:
azurerm_arc_resource_bridge_appliance
(#25731)azurerm_elastic_san_volume_group
(#26111)azurerm_storage_queue
(#26087)azurerm_storage_table
(#26126)azurerm_container_registry_cache_rule
(#26034)azurerm_virtual_machine_implicit_data_disk_from_source
(#25537)ENHANCEMENTS:
drain_timeout_in_minutes
andnode_soak_duration_in_minutes
properties in theupgrade_settings
block (#26137)v0.20240529.1155048
ofgithub.com/hashicorp/go-azure-sdk
(#26148)containerapps
: update API version to2024-03-01
(#25993)expressroute
: update to usehashicorp/go-azure-sdk
(#26066)keyvault
: populating the cache using both the Key Vault List and Resources API to workaround incomplete/stale data being returned (#26070)servicenetworking
: updating to API Version2023-11-01
(#26148)virtualnetworkpeerings
: update to usehashicorp/go-azure-sdk
(#26065)azurerm_automation_powershell72_module
- support for thetags
property (#26106)azurerm_bastion_host
- support forDeveloper
SKU (#26068)azurerm_container_app_environment
- support for themutual_tls_enabled
property (#25993)azurerm_container_registry
- validation to fail fast when settingpublic_network_access_enabled
with an invalid SKU (#26054)azurerm_key_vault_managed_hardware_security_module
- thepublic_network_access_enabled
property can now be updated (#26075)azurerm_kubernetes_cluster
- support for thecost_analysis_enabled
property (#26052)azurerm_kubernetes_cluster
- support for thedrain_timeout_in_minutes
andnode_soak_duration_in_minutes
properties in theupgrade_settings
block (#26137)azurerm_kubernetes_cluster_node_pool
- support for thedrain_timeout_in_minutes
andnode_soak_duration_in_minutes
properties in theupgrade_settings
block (#26137)azurerm_linux_virtual_machine
- thehibernation_enabled
property can now be updated (#26112)azurerm_logic_app_trigger_custom
- support for the propertycallback_url
(#25979)azurerm_machine_learning_workspace
- support for theserverless_compute
block (#25660)azurerm_mssql_elasticpool
- support the skuHS_PRMS
(#26161)azurerm_new_relic_monitor
- support for theidentity
block (#26115)azurerm_route_map
- theparameter
property is now Optional when the action type isDrop
(#26003)azurerm_windows_virtual_machine
- thehibernation_enabled
property can now be updated (#26112)BUG FIXES:
azurerm_system_center_virtual_machine_manager_inventory_items
- normalise the resource ID for Intentory Items (#25955)azurerm_app_configuration_feature
- update polling interval to tolerate eventual consistency of the API (#26025)azurerm_app_configuration_key
- update polling interval to tolerate eventual consistency of the API (#26025)azurerm_eventhub_namespace_customer_managed_key
- validating that the User Assigned Identity used for accessing the Key Vault is assigned to the EventHub Namespace (#28509)azurerm_linux_function_app
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_linux_function_app_slot
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_linux_web_app
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_linux_web_app_slot
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_postgresql_flexible_server
- prevent premature check on updatedstorage_mb
value that prevents the resource from being re-created (#25986)azurerm_redis_access_cache_policy_assignment
- add locks to stabilize creation of multiple policy assignments (#26085)azurerm_redis_access_cache_policy
- add locks to stabilize creation of multiple policy assignments (#26085)azurerm_windows_function_app
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_windows_function_app_slot
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_windows_web_app
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_windows_web_app_slot
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)v3.105.0
Compare Source
BREAKING CHANGE:
azurerm_kubernetes_cluster
- the propertiesworkload_autoscaler_profile.vertical_pod_autoscaler_update_mode
andworkload_autoscaler_profile.vertical_pod_autoscaler_controlled_values
are no longer populated since they're not exported in API version2023-09-02-preview
(#25663)FEATURES:
azurerm_api_management_policy_fragment
(#24968)ENHANCEMENTS:
v0.20240522.1080424
ofgithub.com/hashicorp/go-azure-sdk
(#26069)containerservice
: updating to use API Version2023-09-02-preview
(#25663)azurerm_application_insights_standard_web_test
-http_verb
can now be set toHEAD
andOPTIONS
(#26077)azurerm_cdn_frontdoor_rule
- updating the validation formatch_values
within theuri_path_condition
block to support a forward-slash ([#26017](https:Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.
🤖AEP PR SUMMARY🤖
components/apim-appgw/init.tf
:components/apim/init.tf
:components/backendappgateway/provider.tf
:components/cftapps_private_dns/provider.tf
:components/frontendappgateway/provider.tf
:components/global/provider.tf
:components/pubsubappgateway/provider.tf
:components/shutter_static_webapp/init.tf
: