I’m trying to get state refreshed running `pulumi ...
# general
s
I’m trying to get state refreshed running
pulumi refresh
but after applying I get the same updates running refresh again, like the state isn’t actually being updated. This is happening with
vault.kubernetes.AuthBackendRole
trying to refresh boundServiceAccountNamespaces. There’s 3 resources that can’t seem to apply the refresh no matter how many times I run the command. No warnings or errors, refresh command exits successfully.
m
Hey @straight-mouse-47114, what does the diff look like? Is it that the changes are just noise and actually nothing changed? You could use https://www.pulumi.com/docs/iac/concepts/options/ignorechanges/ as one solution to that.