From 11cc3b466e5d44d9b086d6f7023dc1b715d8c8cd Mon Sep 17 00:00:00 2001 From: Gianmaria Scorza Date: Mon, 13 Jan 2025 16:44:05 +0100 Subject: [PATCH 1/2] update node vertion 18 -> 20 in io-fn-admin --- src/domains/functions/README.md | 2 +- src/domains/functions/function_admin.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/domains/functions/README.md b/src/domains/functions/README.md index a62ef00a8..75de18edf 100644 --- a/src/domains/functions/README.md +++ b/src/domains/functions/README.md @@ -130,7 +130,7 @@ | [lock\_enable](#input\_lock\_enable) | Apply locks to block accedentaly deletions. | `bool` | `false` | no | | [pn\_service\_id](#input\_pn\_service\_id) | The Service ID of PN service | `string` | `"01G40DWQGKY5GRWSNM4303VNRP"` | no | | [prefix](#input\_prefix) | n/a | `string` | `"io"` | no | -| [tags](#input\_tags) | n/a | `map(any)` |
{
"CreatedBy": "Terraform"
}
| no | +| [tags](#input\_tags) | n/a | `map(any)` |
{
"CreatedBy": "Terraform"
}
| no | ## Outputs diff --git a/src/domains/functions/function_admin.tf b/src/domains/functions/function_admin.tf index 8335e4350..dd276d031 100644 --- a/src/domains/functions/function_admin.tf +++ b/src/domains/functions/function_admin.tf @@ -204,7 +204,7 @@ module "function_admin" { domain = "IO-COMMONS" health_check_path = "/info" - node_version = "18" + node_version = "20" runtime_version = "~4" always_on = "true" @@ -274,7 +274,7 @@ module "function_admin_staging_slot" { storage_account_access_key = module.function_admin.storage_account.primary_access_key internal_storage_connection_string = module.function_admin.storage_account_internal_function.primary_connection_string - node_version = "18" + node_version = "20" always_on = "true" runtime_version = "~4" application_insights_instrumentation_key = data.azurerm_application_insights.application_insights.instrumentation_key From ca124635257cc35035e84f8d44f9fde5c121a886 Mon Sep 17 00:00:00 2001 From: Gianmaria Scorza Date: Mon, 13 Jan 2025 16:50:25 +0100 Subject: [PATCH 2/2] revert docs --- src/domains/functions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domains/functions/README.md b/src/domains/functions/README.md index 75de18edf..a62ef00a8 100644 --- a/src/domains/functions/README.md +++ b/src/domains/functions/README.md @@ -130,7 +130,7 @@ | [lock\_enable](#input\_lock\_enable) | Apply locks to block accedentaly deletions. | `bool` | `false` | no | | [pn\_service\_id](#input\_pn\_service\_id) | The Service ID of PN service | `string` | `"01G40DWQGKY5GRWSNM4303VNRP"` | no | | [prefix](#input\_prefix) | n/a | `string` | `"io"` | no | -| [tags](#input\_tags) | n/a | `map(any)` |
{
"CreatedBy": "Terraform"
}
| no | +| [tags](#input\_tags) | n/a | `map(any)` |
{
"CreatedBy": "Terraform"
}
| no | ## Outputs