Open jnahelou opened 2 weeks ago
Note from triage: We have analogous resources that set project-level settings (e.g. google_project_service ) so this fits into preexisting norms in the provider
This could be a new bigquerydatatransfer
resource. The BQ Terraform team doesn't have capacity to take in new feature requests in Q4 at this time but we'll bring it into planning for Q1.
Community Note
Description
When setting up a BigQuery data transfer job for carbon footprint data, there's an important prerequisite step that isn't mentioned in the official documentation, but can be discovered by examining the audit logs from Cloud Console operations.
Before creating the transfer job, you need to explicitly enable access to carbon footprint data by enrolling the following data source:
If this prerequisite enrollment step is not completed, you will encounter the following error:
New or Affected Resource(s)
Potential Terraform Configuration
References
b/378508253