Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsunny1996 committed Mar 15, 2024
1 parent 4806978 commit 9a0a947
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/bigquery.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "google_bigquery_dataset" "rawg_api_dataset" {
dataset_id = "rawg_api_elt_dataset"
project = local.id
location = local.region
delete_contents_on_destroy = true
dataset_id = "rawg_api_elt_dataset"
project = local.id
location = local.region
delete_contents_on_destroy = true
}

0 comments on commit 9a0a947

Please sign in to comment.