diff --git a/modules/vpc-sc/variables.tf b/modules/vpc-sc/variables.tf index 008d7ae2..57fb910f 100644 --- a/modules/vpc-sc/variables.tf +++ b/modules/vpc-sc/variables.tf @@ -92,7 +92,7 @@ variable "egress_policies" { for k, v in var.egress_policies : v.from.identity_type == null || contains([ "IDENTITY_TYPE_UNSPECIFIED", "ANY_IDENTITY", - "ANY_USER", "ANY_SERVICE_ACCOUNT" + "ANY_USER_ACCOUNT", "ANY_SERVICE_ACCOUNT" ], coalesce(v.from.identity_type, "-")) ]) error_message = "Invalid `from.identity_type` value in egress policy."