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 }