mirror of https://github.com/OpenVidu/openvidu.git
6 lines
189 B
Terraform
6 lines
189 B
Terraform
|
|
# ------------------------- outputs.tf -------------------------
|
||
|
|
|
||
|
|
output "secrets_manager" {
|
||
|
|
value = "https://console.cloud.google.com/security/secret-manager?project=${var.projectId}"
|
||
|
|
}
|