We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d00dd4 commit 1561b22Copy full SHA for 1561b22
1 file changed
iac/provider-gcp/Makefile
@@ -82,7 +82,8 @@ tf_vars := \
82
$(call tfvar, DB_MIN_IDLE_CONNECTIONS) \
83
$(call tfvar, AUTH_DB_MAX_OPEN_CONNECTIONS) \
84
$(call tfvar, AUTH_DB_MIN_IDLE_CONNECTIONS) \
85
- $(call tfvar, GCS_GRPC_CONNECTION_POOL_SIZE)
+ $(call tfvar, GCS_GRPC_CONNECTION_POOL_SIZE) \
86
+ $(call tfvar, ADDITIONAL_API_PATHS_HANDLED_BY_INGRESS)
87
88
.PHONY: init
89
init:
0 commit comments