Terraform Version
Use Cases
When a Resource has no configuration error is returned by Terraform, the error message should point the user to the Terraform issue tracker
Attempted Solutions
N/A
Proposal
When a Resource has no configuration error is returned by Terraform, the error message includes This is a bug in Terraform; please report it!, the message should also include a link to the repo's issue tracker so that users will report the error to the correct project. They may instead open an issue in the provider issue tracker, e.g. hashicorp/terraform-provider-aws#44744
References
No response