Terraform Frequently Asked Questions | ||
---|---|---|
Prev | Chapter 3. Building Terraform and General Troubleshooting | Next |
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.