mirror of https://github.com/OpenVidu/openvidu.git
Implement code changes to enhance functionality and improve performance
parent
61cf2caa94
commit
7f87a759c0
|
@ -0,0 +1,5 @@
|
|||
.terraform
|
||||
.terraform.lock.hcl
|
||||
*.tfstate
|
||||
*.tfstate.backup
|
||||
*.tfstate.lock.info
|
|
@ -9,5 +9,5 @@ output "openvidu_public_ip" {
|
|||
}
|
||||
|
||||
output "appdata_bucket" {
|
||||
value = local.isEmpty ? "openvidu-appdata" : var.bucketName
|
||||
value = local.isEmpty ? google_storage_bucket.bucket[0].name : var.bucketName
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue