exec
Description
Complete YAML Schema
providers:
- # The name of the provider plugin to use.
name:
# List other providers that should be resolved before this one.
#
# Example: `["exec"]`
dependencies: []
# If specified, this provider will only be used in the listed environments. Note that an empty array effectively
# disables the provider. To use a provider in all environments, omit this field.
#
# Example: `["dev","stage"]`
environments:
# An optional script to run in the project root when initializing providers. This is handy for running an
# arbitrary
# script when initializing. For example, another provider might declare a dependency on this provider, to ensure
# this script runs before resolving that provider.
initScript:Configuration Keys
providers[]
providers[]Type
Default
Required
providers[].name
providers[].nameType
Required
providers[].dependencies[]
providers[].dependencies[]Type
Default
Required
providers[].environments[]
providers[].environments[]Type
Required
providers[].initScript
providers[].initScriptType
Required
Outputs
${providers.<provider-name>.outputs.initScript.log}
${providers.<provider-name>.outputs.initScript.log}Type
Default
Last updated
Was this helpful?

