Restrict traffic to internal sources

This commit is contained in:
Julio Diez 2023-02-15 20:45:10 +01:00
parent 30821ac58e
commit 9a46d0f2e6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ variable "image" {
variable "ingress_settings" {
description = "Ingress traffic sources allowed to call the service."
type = string
default = "all"
default = "internal"
}
variable "ip_ranges" {