Skip to content

Commit

Permalink
Merge pull request #5 from mozilla-services/fix-dataset-id-output
Browse files Browse the repository at this point in the history
fix: fixed dataset id output name
  • Loading branch information
dlactin authored Mar 4, 2024
2 parents 6c67e8d + 2601dc7 commit 52ea087
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 52ea087

Please sign in to comment.