Actions
Deploy Action
kind: Deploy
type: terraform
name: tf
autoApply: true
---
kind: Deploy
type: container
name: my-container
# Important! You must declare the terraform service as a dependency, for the runtime template string to work.
dependencies: [deploy.tf]
spec:
env:
DATABASE_URI: ${runtime.services.tf.outputs.my-database-uri}Setting the backend dynamically
Example - Isolated namespaces for Labmda functions
Last updated
Was this helpful?

