Is it possible to create a stack with no secret provider
For scenarios where you want to create a stack that does not contain secrets in the state, and also enforce that it will never contain secrets in the state.
However it will probably need a way to signal the pulumi engine that some fields that may contain secrets, actually do not.
Let’s say kubeconfig that instead of containing credentials, contains
gke-gcloud-auth-plugin
command - which is not really a secret