Hi,
We had a situation today where some whitelists were removed by a program other than terraform. This was an error, and we had hoped that re-running terraform would simply recognise their omission and recreate them.
Instead we got this:
* module.mongodb-atlas.mongodbatlas_ip_whitelist.ip_whitelist[1]: mongodbatlas_ip_whitelist.ip_whitelist.1: Error reading MongoDB Project IP Whitelist ip-range/32: MongoDB Atlas: 404 IP Address ip-range/32 not on Atlas whitelist for group <some-group-id>.
It would be great in this scenario if the object was just marked as tainted/needing recreation?
Hi, We had a situation today where some whitelists were removed by a program other than terraform. This was an error, and we had hoped that re-running terraform would simply recognise their omission and recreate them.
Instead we got this:
It would be great in this scenario if the object was just marked as tainted/needing recreation?