fix: correct types of `map` variables
Remove the type `map` from the `map` variables (module inputs) as it is incorrect. Most of the variables should accept elements with different types, and therefore should not be of type `map`. Instead, define the types in detail which also provides more precise type-checking. Clarify defaults for TLS checking and authentication proxy options in the README.
Loading
-
mentioned in merge request gcp-cloud-run-app!72 (closed)
-
mentioned in merge request gcp-cloud-run-app!74 (closed)
Please register or sign in to comment