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....
little-cartoon-10569
09/21/2020, 4:08 AM
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]"
little-cartoon-10569
09/21/2020, 4:10 AM
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.