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
I've tried running your project, but get a bunch of errors indicating that project is not defined. Does this need to be passed in as a far? I used a region like "us-central-1"
Is there supposed to be possibly a fully qualified reigon?
The text was updated successfully, but these errors were encountered:
I was able to fix this by adding the following. In other projects I had specified project differently and it was actually and input variable. Maybe adding directions to the repo to indicate that default project should be set on the provider might help other people not get stuck :)
Hi @jkgenser :) This is a great note for some docs that I should add, you're right.
Per this set of best practices, I don't define the provider block in the reusable module portion of this repo.
As with your code block in the second comment, I set the project on the Google Cloud provider, in my (private) root module directory that calls this module.
I've tried running your project, but get a bunch of errors indicating that project is not defined. Does this need to be passed in as a far? I used a region like "us-central-1"
Is there supposed to be possibly a fully qualified reigon?
The text was updated successfully, but these errors were encountered: