We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e104043 commit 14e5076Copy full SHA for 14e5076
terraform/bigquery_scheduled_data_transfer/main.tf
@@ -39,6 +39,4 @@ resource "google_bigquery_data_transfer_config" "default" {
39
schedule_options {
40
disable_auto_scheduling = var.enable_auto_scheduling ? false : true
41
}
42
-
43
- labels = var.labels
44
0 commit comments