Inspectopedia
 
2024.3

Unknown resource type

Warning
Sanity
New
Last modified: 03 December 2024

Detects resources/datasources that cannot be resolved against known providers. The provider should be either specified in the required_providers section or should be from the hashicorp namespace.

For example, the code below will cause an error:

Terraform will try to import hashicorp/abbey provider for the abbey_demo resource.

To fix this, we need to specify the exact provider coordinates:

See terraform documentation for more information.