Skip to content

Commit

Permalink
fix: fixed dataset id output name
Browse files Browse the repository at this point in the history
  • Loading branch information
dlactin committed Mar 4, 2024
1 parent 6c67e8d commit 2601dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/fourkeys/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ output "fourkeys_service_account_email" {
}

output "dataset_id" {
value = google_bigquery_dataset.fourkeys.id
value = google_bigquery_dataset.four_keys.id
}

0 comments on commit 2601dc7

Please sign in to comment.