Module Configuration
kind: Module
type: terraform
name: tf
autoApply: true
---
kind: Module
type: container
name: my-container
services:
- name: my-service
# Important! You must declare the terraform service as a dependency, for the runtime template string to work.
dependencies: [tf]
env:
DATABASE_URI: ${runtime.services.tf.outputs.my-database-uri}Last updated
Was this helpful?

