is anyone else having the issue where `pulumi prev...
# general
c
is anyone else having the issue where
pulumi preview --diff
does not actually show the diff but only within arrays, e.g.
Copy code
~ spec: {
          ~ template: {
              ~ spec: {
                  ~ containers: [
                      ~ [0]: {
                             // there should be something here but it's empty!!
                            }
                    ]
                }
            }
        }