We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have just noticed this in the documentation, I don't get exactly how the FUNCTION_ENDPOINT supposed to get its value.
module: description: Hello world container service type: container name: hello-container services: ... dependencies: - hello-function env: FUNCTION_ENDPOINT: ${modules.hello-function.outputs.endpoint}
The text was updated successfully, but these errors were encountered:
Agreed. The plan is to explicitly define the schema for outputs at the plugin level, so that those docs can be generated automatically.
Sorry, something went wrong.
5f656ac
No branches or pull requests
I have just noticed this in the documentation, I don't get exactly how the FUNCTION_ENDPOINT supposed to get its value.
The text was updated successfully, but these errors were encountered: