Skip to content

Commit 0daae73

Browse files
authored
Update Readme with ingress_settings valid inputs (#370)
Signed-off-by: Michał Gacka <mike@kvalifik.dk> A small Readme change so that people don't have to dig through past issues or API documentation to find out what the valid inputs are for ingress_setting. [It also seems like there could be 2 sources of truth for those: `gcloud` cli and API reference.](#91 (comment)) Signed-off-by: Michał Gacka <michalgacka@gmail.com>
1 parent 00b0072 commit 0daae73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- `vpc_connector_egress_settings`: (Optional) The egress settings for the connector, controlling what traffic is diverted through it.
7979

80-
- `ingress_settings`: (Optional) The ingress settings for the function, controlling what traffic can reach it.
80+
- `ingress_settings`: (Optional) The ingress settings for the function, controlling what traffic can reach it. Valid values: `ALLOW_ALL`, `ALLOW_INTERNAL_ONLY`, `ALLOW_INTERNAL_AND_GCLB` ([API Reference](https://cloud.google.com/functions/docs/reference/rest/v1/projects.locations.functions?hl=en_US#IngressSettings))
8181

8282
- `secret_environment_variables`: (Optional) List of key-value pairs to set as
8383
environment variables at runtime of the format `KEY1=SECRET_VERSION_REF` where

0 commit comments

Comments
 (0)