From 26c60fd1ccb9562a2fb4d83f305a3fc81e648af7 Mon Sep 17 00:00:00 2001 From: Piwccle Date: Tue, 10 Feb 2026 17:37:57 +0100 Subject: [PATCH] openvidu-deployment: fix - correct typo in project ID description in variables.tf GCP --- openvidu-deployment/community/singlenode/gcp/variables.tf | 2 +- openvidu-deployment/pro/singlenode/gcp/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openvidu-deployment/community/singlenode/gcp/variables.tf b/openvidu-deployment/community/singlenode/gcp/variables.tf index 668707d84..1a2f64ed7 100644 --- a/openvidu-deployment/community/singlenode/gcp/variables.tf +++ b/openvidu-deployment/community/singlenode/gcp/variables.tf @@ -2,7 +2,7 @@ # Variables used by the configuration variable "projectId" { - description = "GCP project id where the resourw es will be created." + description = "GCP project id where the resources will be created." type = string } diff --git a/openvidu-deployment/pro/singlenode/gcp/variables.tf b/openvidu-deployment/pro/singlenode/gcp/variables.tf index 1d0d05d0e..286f6190b 100644 --- a/openvidu-deployment/pro/singlenode/gcp/variables.tf +++ b/openvidu-deployment/pro/singlenode/gcp/variables.tf @@ -2,7 +2,7 @@ # Variables used by the configuration variable "projectId" { - description = "GCP project id where the resourw es will be created." + description = "GCP project id where the resources will be created." type = string }