Skip to content

Commit 1f694d2

Browse files
committed
path fix?
1 parent faf2889 commit 1f694d2

File tree

1 file changed

+1
-1
lines changed
  • terraform/bigquery_scheduled_data_transfer

1 file changed

+1
-1
lines changed

terraform/bigquery_scheduled_data_transfer/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "google_bigquery_data_transfer_config" "default" {
2525
params = {
2626
destination_table_name_template = var.destination_table_name_template
2727
query = templatefile(
28-
"scheduled_query_with_labels.sql",
28+
"${path.module}/scheduled_query_with_labels.sql",
2929
{
3030
LABELS_STRING = join("\n", [for key, value in var.labels : format("SET @@query_label = \"%s:%s\";", key, value)])
3131
ORIGINAL_QUERY = templatefile(

0 commit comments

Comments
 (0)