Skip to content

Commit

Permalink
Removed labels from incompatible resource (#103)
Browse files Browse the repository at this point in the history
removed labels from incompatible resource
  • Loading branch information
cleentfaar authored Dec 9, 2024
1 parent e104043 commit 14e5076
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/bigquery_scheduled_data_transfer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,4 @@ resource "google_bigquery_data_transfer_config" "default" {
schedule_options {
disable_auto_scheduling = var.enable_auto_scheduling ? false : true
}

labels = var.labels
}

0 comments on commit 14e5076

Please sign in to comment.