Something doesn't work. How can I see what's going on?

If you find that Terraform isn't behaving as it should, you might want to try running terraform --verbose which will give you verbose debug output. Alternativeley, you can try terraform --debug level where level is an integer between 0 and 255. See the source files GlobalTrace.h and GlobalTrace.cc for the details of this.