https://pulumi.com logo
#general
Title
# general
n

nutritious-addition-48285

04/04/2022, 1:51 PM
Hey, I'm using the MongoDB Atlas package with Pulumi and I'm getting this error:
Copy code
debug: setting state: Invalid address to set: []string{"snapshot_backup_policy", "0", "policies", "0", "policy_item", "0", "id"}
error: update failed
It seems to be successfully setting everything up and then it's gets the new cluster and appears to try to set it to the pulumi stack state and fails. Is this something I'm doing incorrectly?
l

little-pillow-12314

04/07/2022, 8:05 PM
Hi , i am seeing the exact error as above when creating the mongo db cluster. i upgraded the pulumi mongodb package to point to latest v3.3.0 and still not luck. did you make any progress ?
f

faint-balloon-33174

04/19/2022, 6:41 PM
Did you find a solution to this? I am encountering this error as well
l

little-pillow-12314

04/19/2022, 6:43 PM
not yet unfortunately. For time beeing i was able to get around it by setting the
cloudBackup: false
. I believe there may have been a change to the pulumi plugin/api that is causing this error.
f

faint-balloon-33174

04/19/2022, 7:14 PM
I set it to false as well but the error is still occurring for me, it even happens when I run
pulumi refresh
9 Views