This message was deleted.
# general
s
This message was deleted.
l
How does Pulumi determine that it is adding namePrefix? If I could get it to think that it already has namePrefix, then it won't try to replace my role. I have to prevent it from trying to replace my role, it's used in lots of place that aren't yet managed by Pulumi....
I can't see anything in the state file that suggests that there is a namePrefix, and there's nothing in the diff that suggests it's adding one, other than the summary line that says "replace [diff: +namePrefix~tags]"
Aha! I added "namePrefix" to the "outputs" object as well as the "inputs" object in the state, and that sorted that one. Now, just the Directory password error to solve.