Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmiro committed May 7, 2024
1 parent 9102568 commit 60b30b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions dataplex.tf
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ locals {
}

resource "google_dataplex_datascan" "dq_scan" {
project = module.project-services.project_id
project = module.project-services.project_id
location = var.region
data_scan_id = "thelook-ecommerce-orders"

Expand Down Expand Up @@ -281,4 +281,6 @@ resource "google_dataplex_datascan" "dq_scan" {
}
}
}
}

depends_on = [time_sleep.wait_for_dataplex_discovery]
}
2 changes: 1 addition & 1 deletion workbench.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ data "http" "call_stop_workbench_instance" {
request_headers = {
Accept = "application/json"
Authorization = "Bearer ${data.google_client_config.current.access_token}" }
}
}

0 comments on commit 60b30b5

Please sign in to comment.