-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

HashiCorp Terraform Associate (003) Exam Guide
By :

Once you eliminate the possibility of language misconfiguration, version mismatch, variable-related issues, or state discrepancies, consider bringing your issue to the core Terraform team or Terraform provider community as a GitHub issue.
If you would like input from the community before submitting your issue to the repository, consider submitting your issue as a forum topic in the HashiCorp Discuss forum.
You will have to provide the Terraform version when opening a GitHub issue. Enable Terraform logging by running export TF_LOG_CORE=TRACE
and export TF_LOG_PATH=logs.txt
.
Run terraform refresh
, which generates the logs and stores them in the logs.txt
file.
Before raising this issue, you will have to confirm whether it is a provider issue or a Terraform core issue. In your logs.txt
file, find the final error message and trace it back to the source. It should contain provider-terraform-<PROVIDER-NAME>
if it is a provider issue. Make sure you remove any...