diff --git a/infra/container_apps/env/dev-pnpg/terraform.tfvars b/infra/container_apps/env/dev-pnpg/terraform.tfvars index 515ef47d..64d5f3c7 100644 --- a/infra/container_apps/env/dev-pnpg/terraform.tfvars +++ b/infra/container_apps/env/dev-pnpg/terraform.tfvars @@ -76,4 +76,5 @@ secrets_names = { "BLOB_STORAGE_CONN_STRING" = "web-storage-connection-string" "NATIONAL_REGISTRY_API_KEY" = "national-registry-api-key" "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string" + "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" } diff --git a/infra/container_apps/env/dev/terraform.tfvars b/infra/container_apps/env/dev/terraform.tfvars index 4d3d4fe3..bafea582 100644 --- a/infra/container_apps/env/dev/terraform.tfvars +++ b/infra/container_apps/env/dev/terraform.tfvars @@ -83,5 +83,6 @@ secrets_names = { "BLOB_STORAGE_CONN_STRING" = "web-storage-connection-string" "NATIONAL_REGISTRY_API_KEY" = "national-registry-api-key" "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string" + "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" } diff --git a/infra/container_apps/env/prod-pnpg/terraform.tfvars b/infra/container_apps/env/prod-pnpg/terraform.tfvars index 72ed589f..dcbaed63 100644 --- a/infra/container_apps/env/prod-pnpg/terraform.tfvars +++ b/infra/container_apps/env/prod-pnpg/terraform.tfvars @@ -89,4 +89,5 @@ secrets_names = { "BLOB_STORAGE_CONN_STRING" = "web-storage-connection-string" "NATIONAL_REGISTRY_API_KEY" = "national-registry-api-key" "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string" + "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" } \ No newline at end of file diff --git a/infra/container_apps/env/prod/terraform.tfvars b/infra/container_apps/env/prod/terraform.tfvars index 36163644..40ca738f 100644 --- a/infra/container_apps/env/prod/terraform.tfvars +++ b/infra/container_apps/env/prod/terraform.tfvars @@ -84,4 +84,5 @@ secrets_names = { "BLOB_STORAGE_CONN_STRING" = "web-storage-connection-string" "NATIONAL_REGISTRY_API_KEY" = "national-registry-api-key" "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string" + "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" } \ No newline at end of file diff --git a/infra/container_apps/env/uat-pnpg/terraform.tfvars b/infra/container_apps/env/uat-pnpg/terraform.tfvars index 1dcadc94..e4c6f8aa 100644 --- a/infra/container_apps/env/uat-pnpg/terraform.tfvars +++ b/infra/container_apps/env/uat-pnpg/terraform.tfvars @@ -76,4 +76,5 @@ secrets_names = { "BLOB_STORAGE_CONN_STRING" = "web-storage-connection-string" "NATIONAL_REGISTRY_API_KEY" = "national-registry-api-key" "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string" + "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" } diff --git a/infra/container_apps/env/uat/terraform.tfvars b/infra/container_apps/env/uat/terraform.tfvars index ed0d3b48..b651d360 100644 --- a/infra/container_apps/env/uat/terraform.tfvars +++ b/infra/container_apps/env/uat/terraform.tfvars @@ -71,4 +71,5 @@ secrets_names = { "BLOB_STORAGE_CONN_STRING" = "web-storage-connection-string" "NATIONAL_REGISTRY_API_KEY" = "national-registry-api-key" "APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string" + "JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key" }