mirror of https://github.com/OpenVidu/openvidu.git
Remove redundant comment for firewall resource and adjust script termination
parent
7f87a759c0
commit
9794594f6e
|
@ -42,7 +42,6 @@ resource "google_project_iam_member" "iam_project_role" {
|
|||
member = "serviceAccount:${google_service_account.service_account.email}"
|
||||
}
|
||||
|
||||
# Firewall (similar ports to your AWS SG)
|
||||
resource "google_compute_firewall" "firewall" {
|
||||
name = lower("${var.stackName}-firewall")
|
||||
network = "default"
|
||||
|
@ -311,7 +310,7 @@ FINAL_COMMAND="$INSTALL_COMMAND $(printf "%s " "$${COMMON_ARGS[@]}") $(printf "%
|
|||
|
||||
# Execute installation
|
||||
exec bash -c "$FINAL_COMMAND"
|
||||
EOF
|
||||
EOF
|
||||
|
||||
config_s3_script = <<-EOF
|
||||
#!/bin/bash -x
|
||||
|
|
Loading…
Reference in New Issue