I have a script that is running terraform plan with some form of
-var-file="./foo/bar/common.json"
-var “foobar=value” \
I want my “foobar=value” to override the value in common.json and I thought that is what would happen based on ordering. I have have had success with this using “packer build” and I thought terraform was the same. Is there a way to make this work?