openvidu-deployment: fix - correct typo in project ID description in variables.tf GCP
This commit is contained in:
parent
d74c2d03ea
commit
26c60fd1cc
@ -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
|
||||
}
|
||||
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user