-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
IAM member validation blocks special BigQuery dataset permissions #13484
Closed
nickstamat opened this issue
Jan 13, 2023
· 1 comment
· Fixed by GoogleCloudPlatform/magic-modules#7141, hashicorp/terraform-provider-google-beta#5111, #13520 or GoogleCloudPlatform/terraform-validator#1297
Closed
IAM member validation blocks special BigQuery dataset permissions #13484
nickstamat opened this issue
Jan 13, 2023
· 1 comment
· Fixed by GoogleCloudPlatform/magic-modules#7141, hashicorp/terraform-provider-google-beta#5111, #13520 or GoogleCloudPlatform/terraform-validator#1297
Labels
Comments
nacnudus
added a commit
to alphagov/govuk-knowledge-graph-gcp
that referenced
this issue
Jan 17, 2023
The current latest version has a bug that prevents us from using terraform. hashicorp/terraform-provider-google#13484
ScottSuarez
added a commit
to GoogleCloudPlatform/magic-modules
that referenced
this issue
Jan 18, 2023
modular-magician
added a commit
to modular-magician/terraform-provider-google-beta
that referenced
this issue
Jan 18, 2023
closes hashicorp/terraform-provider-google#13484 Signed-off-by: Modular Magician <[email protected]>
modular-magician
added a commit
to modular-magician/terraform-provider-google
that referenced
this issue
Jan 18, 2023
closes hashicorp#13484 Signed-off-by: Modular Magician <[email protected]>
modular-magician
added a commit
to hashicorp/terraform-provider-google-beta
that referenced
this issue
Jan 18, 2023
closes hashicorp/terraform-provider-google#13484 Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
modular-magician
added a commit
that referenced
this issue
Jan 18, 2023
closes #13484 Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
modular-magician
added a commit
to modular-magician/terraform-validator
that referenced
this issue
Jan 18, 2023
closes hashicorp/terraform-provider-google#13484 Signed-off-by: Modular Magician <[email protected]>
modular-magician
added a commit
to GoogleCloudPlatform/terraform-validator
that referenced
this issue
Jan 18, 2023
closes hashicorp/terraform-provider-google#13484 Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
IAM validation is expected to allow special BigQuery dataset IAM permissions, which are also parsed here:
terraform-provider-google/google/iam_bigquery_dataset.go
Lines 216 to 219 in 12d406e
Actual Behavior
IAM validation fails during plan, with the following error:
Steps to Reproduce
Perform a
terraform plan
on the above TF configuration using provider version v4.47.0 or newer.Important Factoids
N/A
References
The text was updated successfully, but these errors were encountered: