Thank you so much man, this was the most helpful reply I’ve ever received when I asked for help on any technical subject.
I did some deep investigating using the advice you provided and found the issues
before the upgrade we’d get this
cat temp.tfvars
diskspace_status = ["pass"]
now we get this
cat temp.tfvars
diskspace_status = ["[","[",""pass"","]","]"]
So I think the rest is just on us parsing the new statefile.
Thanks a lot.
If you have tips on extracting variables with bash/terraform let me know!