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

require google-beta also in the root module, not just in vpc module #327

Conversation

cmeury
Copy link
Contributor

@cmeury cmeury commented Oct 12, 2021

As discussed in #326, we require google-beta in the vpc module, but don't specify it in the root module, leading to the warning:

Warning: Provider google-beta is undefined

  on main.tf line 31, in module "vpc":
  31:     google-beta = google-beta.dev

Module module.vpc does not declare a provider named google-beta.
If you wish to specify a provider configuration for the module, add an
entry for google-beta in the required_providers block within the module.

@cmeury cmeury requested a review from a team as a code owner October 12, 2021 07:28
@comment-bot-dev
Copy link

Thanks for the PR! 🚀
✅ Lint checks have passed.

@morgante morgante merged commit e28f1e5 into terraform-google-modules:master Oct 21, 2021
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.

None yet

3 participants