You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: Provider type mismatch
│
│ on snowflake-storage-integration.tf line 10, in module "storage_integration":
│ 10: snowflake.storage_integration_role = snowflake.storage_integration_role
│
│ The local name "snowflake.storage_integration_role" in the root module represents provider "hashicorp/snowflake", but "snowflake.storage_integration_role" in module.storage_integration
│ represents "snowflake-labs/snowflake".
│
│ Each provider has its own distinct configuration schema and provider types, so this module's "snowflake.storage_integration_role" can be assigned only a configuration for
│ snowflake-labs/snowflake, which is not required by module.storage_integration.
If I'm using the Snowflake-Labs/snowflake provider why am I getting an error about hashicorp/snowflake? I'm using OpenTofu 1.8.3.
The text was updated successfully, but these errors were encountered:
When I run
tofu init
on this code, I get aProvider type mismatch
error:Error:
If I'm using the
Snowflake-Labs/snowflake
provider why am I getting an error abouthashicorp/snowflake
? I'm using OpenTofu 1.8.3.The text was updated successfully, but these errors were encountered: