Actions
Deploy Action
kind: Deploy
type: pulumi
name: my-pulumi-deploy-action
spec:
# If the pulumi stack doesn't exist already when deploying, create it
createStack: true
# Cache deploys based on the Garden service version (see the section below)
# Setting `cacheStatus = true` works only with Pulumi service managed state backends.
cacheStatus: true
# These variables will be merged into the stack config before deploying or previewing
pulumiVariables:
my-variable: pineapple
# Variables defined in varfiles will also be merged into the stack config in declaration
# order (and take precedence over variables defined in this Deploy action's pulumiVariables).
pulumiVarfiles: [my-default-varfile.yaml, dev.yaml]Last updated
Was this helpful?

