hey, im trying to run `pulumi preview --show-secre...
# general
c
hey, im trying to run
pulumi preview --show-secrets --diff
but it still outputs
+ data : "[secret]"
any idea how to check what pulumi will do?
q
--show-secrets
isn't a flag on
pulumi preview
I believe this only works with
pulumi stack output
c
according to
pulumi preview --help
its now there but AFAIK its quite new. Nevertheless its not working with kubernetes resources 😞
115 Views