google_bigquery_dataset_access produces produced an unexpected new value
errors when assigning a service account
#6754
Labels
produced an unexpected new value
errors when assigning a service account
#6754
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
https://gist.github.com/asaba-gl/1f1065d5dc924ad08dc2f5adabbf3dc7
Panic Output
Expected Behavior
The permission is assigned and terraform reports success.
Actual Behavior
The change was applied. The service account is assigned the permissions as verified in the GCP console, but terraform reports an error.
Steps to Reproduce
terraform apply
Important Factoids
The full
writer_identity
which is prefixed byserviceaccount:
is accepted by the provider and the API, but the resources does not parse it correctly and searches for "" (empty string) according to the logs.References
Past problems with this resource:
The text was updated successfully, but these errors were encountered: