can you say what type a value is when using `pulum...
# general
i
can you say what type a value is when using
pulumi config set
e.g. number etc
s
OS CLIs treat everything as a string but once you bring it into your app you can cast it to a data type
s
What @stale-twilight-75626 said---not from the
pulumi config set
perspective but within the Pulumi program you can.