sparse-intern-71089
01/30/2023, 3:42 PMechoing-dinner-19531
01/30/2023, 4:06 PMgorgeous-printer-90037
01/30/2023, 6:50 PMPulumi.yaml
file, I’d like to have two go
runtimes specified. One that just runs the default logic when running pulumi
commands and one that can be targeted to use a custom binary.
Something like
# Pulumi.yaml
name: my-project
runtimes:
- name: go
- name: go-debug
options:
binary: /script.sh
Could also work with the introduction of a new configuration option, like extraRuntimes
so that backwards compatibility is maintained.
My question really is whether there is anything that allows us to do that currentlyechoing-dinner-19531
01/30/2023, 9:01 PMgorgeous-printer-90037
01/31/2023, 11:09 AM