Ian F

Results 7 comments of Ian F

@andryou Just happened across this.. I've got a whopping 734 items in my whitelist and I'm getting the dreaded QUOTA_BYTES &c. I notice this is suggesting it's a single item...

Indeed. Thank you for that; I'll also file. Here's the support link for anyone interested: https://support.mongodb.com/case/00693712

@nikhil-mongo OK, thank you for that. Here's another case that I've run into that's related. Namely, upgrading from M40_NVME to M50_NVME: ``` mongodbatlas_cluster.testcluster[0]: Modifying... [id=Y2x1c3Rlcl9pZA==:NWY3Y2YzYTcyY2RkYTMyOGMwMGViMjFj-Y2x1c3Rlcl9uYW1l:c3RhZ2UtdGVzdC1yczA=-cHJvamVjdF9pZA==:NWYyMjQyMWFmNzk2Yjc1YjhiNzViMzdm-cHJvdmlkZXJfbmFtZQ==:QVdT] Error: error updating MongoDB Cluster...

@sean-horn Should I open another issue on chef-server, or would it be better to wait?

Where did the documentation for chef-client settings go that specifies which Encryptor to use? (It's Chef::Config[:data_bag_encrypt_version] but that doesn't show up anywhere in Google)

You can't do this because it's a list inside of a hash (inputs). There's a core TF bug around improper or incomplete nested type passing. Do this instead: ``` data...