Skip to content

Commit

Permalink
Added missing validation values for backend services (GoogleCloudPlat…
Browse files Browse the repository at this point in the history
  • Loading branch information
deanosaurx authored and Alberto Geniola committed Jun 19, 2024
1 parent f3cb8e1 commit ae84082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ variable "backend_service_configs" {
for backend_service in values(var.backend_service_configs) : contains(
[
"NONE", "CLIENT_IP", "CLIENT_IP_NO_DESTINATION",
"CLIENT_IP_PORT_PROTO", "CLIENT_IP_PROTO"
"CLIENT_IP_PORT_PROTO", "CLIENT_IP_PROTO", "GENERATED_COOKIE", "HEADER_FIELD", "HTTP_COOKIE"
],
coalesce(backend_service.session_affinity, "NONE")
)
Expand Down

0 comments on commit ae84082

Please sign in to comment.