Skip to content

Commit

Permalink
Merge pull request #4 from mozilla-services/add-dataset-id-output
Browse files Browse the repository at this point in the history
feat: added dataset id as an output
  • Loading branch information
dlactin authored Mar 4, 2024
2 parents 9d4885b + 347c9bd commit 6c67e8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/modules/fourkeys/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ output "fourkeys_service_account_email" {
value = google_service_account.fourkeys.email
}


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

0 comments on commit 6c67e8d

Please sign in to comment.