Skip to content

Commit ec85aad

Browse files
committed
Fix: ALL_TRAFFIC 설정 PRIVATE_RANGES_ONLY로 변경
1 parent e95ed01 commit ec85aad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ resource "google_cloud_run_v2_service" "default" {
141141
network = "default"
142142
subnetwork = "default"
143143
}
144-
egress = "ALL_TRAFFIC"
144+
# egress = "ALL_TRAFFIC"
145+
egress = "PRIVATE_RANGES_ONLY"
145146
}
146147

147148
containers {

0 commit comments

Comments
 (0)