openvidu-deployment: fix - correct typo in project ID description in variables.tf GCP

pull/860/head
Piwccle 2026-02-10 17:37:57 +01:00
parent d74c2d03ea
commit 26c60fd1cc
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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
}