1 2 3 4 5 6 7 8 9 10 11 12
--- name: env_plus_params description: Template with both env and params env: - DEPLOYMENT_ENV = str params: - version = str --- Version {{ version }} running in {{ DEPLOYMENT_ENV }}.