Skip to content
Snippets Groups Projects
Commit 2cd4bc43 authored by Taha Cherfia's avatar Taha Cherfia
Browse files

infra: set egress to ALL_TRAFFIC

parent a805d510
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ resource "google_cloud_run_v2_service" "translation_api_service" {
vpc_access {
connector = "projects/${data.terraform_remote_state.holi_infra_state.outputs.shared_project_id}/locations/${local.default_region}/connectors/${data.terraform_remote_state.holi_infra_state.outputs.vpc_access_connector_name}"
egress = "PRIVATE_RANGES_ONLY"
egress = "ALL_TRAFFIC"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment