Allow external connections.
This commit is contained in:
parent
e3b6049f60
commit
7fa8ffee88
@ -54,6 +54,8 @@ resource "google_cloudfunctions_function" "function" {
|
||||
source_archive_object = google_storage_bucket_object.remote_archive.name
|
||||
trigger_http = true
|
||||
entry_point = "main"
|
||||
ingress_settings = "ALLOW_ALL"
|
||||
# ingress_settings = "ALLOW_INTERNAL_ONLY"
|
||||
|
||||
depends_on = [
|
||||
var.service_cloudbuild
|
||||
|
Loading…
Reference in New Issue
Block a user