Skip to content

Commit 39cae49

Browse files
committed
Add Terraform Automation regarding setup for datasets, events table and service accounts
1 parent 247044a commit 39cae49

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/google_cloud_bigquery_setup.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,12 @@ be leaked.
453453
> **NB:** It may be easier to perform these instructions with two browser tabs
454454
> open, one for BigQuery and the other for IAM
455455
456+
### Terraform Automation
457+
458+
The per project setup for datasets, events table and service accounts should be automated through terraform. See the [dfe analytics terraform documentation](https://github.com/DFE-Digital/terraform-modules/blob/main/aks/dfe_analytics/README.md#create-new-dataset-and-events-table) for instructions on how to do this.
459+
460+
If datasets, events table and service accounts have been setup using terraform, then steps 1, 2, 3 and 4 below can be skipped, otherwise manual setup will be required as described in these steps.
461+
456462
### 1. Create dataset(s)
457463

458464
Start by creating a dataset.
@@ -559,7 +565,7 @@ If this does not exist then one can be created with either the [create gcp workl
559565

560566
The per project setup for WIF service accounts, permissions and client credentials should be automated through terraform. See the [dfe analytics terraform documentation](https://github.com/DFE-Digital/terraform-modules/blob/main/aks/dfe_analytics/README.md) for instructions on how to do this.
561567

562-
If WIF has been setup using terraform, then steps 5,6 and 7 below can be skipped, otherwise manual setup will be required as described in these steps.
568+
If WIF has been setup using terraform, then steps 5, 6 and 7 below can be skipped, otherwise manual setup will be required as described in these steps.
563569

564570
### 5. Service account
565571

0 commit comments

Comments
 (0)