Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify that the provider source needs to be specified #2854

Closed
wants to merge 1 commit into from

Conversation

afeld
Copy link

@afeld afeld commented Jun 5, 2024

Test Plan

  • Try creating a Terraform root module with only the provider, no sourceterraform init fails with Could not retrieve the list of available versions for provider hashicorp/snowflake: provider registry registry.terraform.io does not have a provider named registry.terraform.io/hashicorp/snowflake

    provider "snowflake" {}
  • Try creating a Terraform root module with a sourceterraform init succeeds

    terraform {
      required_providers {
        snowflake = {
          source = "Snowflake-Labs/snowflake"
        }
      }
    }
    
    provider "snowflake" {}

References

@sfc-gh-jcieslak sfc-gh-jcieslak self-requested a review June 10, 2024 04:39
@sfc-gh-jcieslak
Copy link
Collaborator

Hey @afeld 👋
As we were making bigger changes to the documentation we added your suggestion as part of the #2931 pr. We couldn't merge this, because you changed the generated markdown which would be overridden in the next change.
Nevertheless, Thank You for your contribution, we really appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants