is it possible to set a config value using typescr...
# general
b
is it possible to set a config value using typescript? I.e. I'm working on a function that gets the next available cidr for a preconfigured size (like a /16) but I don't want that function to run and reconfigure a gke cluster every time we run a pulumi update and it seems like setting a config entry for the stack is the most efficient/correct way of taking care of that
i
May not be helpful but worst case you can shell exec
pulumi config set