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

[DOC] Missing project argument in google_project_iam_member and google_project_iam_custom_role in GCP deployment #1930

Closed
AleksCallebat opened this issue Jan 17, 2023 · 2 comments
Labels
docs add explicit documentation about corner case

Comments

@AleksCallebat
Copy link

Affected Resource(s)

GCP deployment doc : https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/gcp-workspace#creating-a-vpc

Expected Details

Running this code as is raises an error for the two roles, saying that the project argument is missing

List of things to potentially add/remove:

This is a list of things to manipulate in the docs:

  • Add project=var.project in google_project_iam_member and google_project_iam_custom_role
@nkvuong nkvuong added the docs add explicit documentation about corner case label Jan 17, 2023
@nkvuong
Copy link
Contributor

nkvuong commented Jan 17, 2023

@AleksCallebat just want to double-check this

google_project_iam_custom_role should default to the provider project configuration, but you are correct that google_project_iam_member requires a project argument.

@nkvuong
Copy link
Contributor

nkvuong commented Mar 27, 2023

Closes by #1999

@nkvuong nkvuong closed this as completed Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs add explicit documentation about corner case
Projects
None yet
Development

No branches or pull requests

2 participants