Find solutions to common problems and answers to frequently asked questions.

Common Issues

Getting Help

If you can’t find a solution here:

  1. Check module documentation - Review inputs, outputs, and examples
  2. Search existing issues - Someone may have encountered the same problem
  3. Open a new issue - Provide details about your configuration and error

Reporting Issues

When reporting an issue, include:

  • Terraform version (terraform version)
  • Module version
  • Full error message
  • Relevant configuration (redact sensitive values)
  • Steps to reproduce

Debug Mode

Enable Terraform debug logging for detailed output:

export TF_LOG=DEBUG
terraform apply