mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: fix - correct typo in project ID description in variables.tf GCP
parent
d74c2d03ea
commit
26c60fd1cc
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Variables used by the configuration
|
# Variables used by the configuration
|
||||||
variable "projectId" {
|
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
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Variables used by the configuration
|
# Variables used by the configuration
|
||||||
variable "projectId" {
|
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
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue