Hm, if the team is transitioning from managing AWS...
# general
a
Hm, if the team is transitioning from managing AWS by hand, to Pulumi, what if we had some infrastructure on Pulumi, and then some configs were messed around with in the AWS GUI Console, is there a way to sync up what was changed in the AWS GUI to Pulumi code?
w
a
Nice thanks! So the idea is, if there is a diff in the stack that's not in the code, I could just look at the dif, and if there is a diff, just put it in the code?
w
Yep - that’s right.
a
Cool, thanks!