Skip to content

Commit

Permalink
Set the TFC service account as CDN bigquery dataset's owner
Browse files Browse the repository at this point in the history
  • Loading branch information
samsimpson1 committed Aug 22, 2024
1 parent 608b195 commit 597cf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/cdn-analytics/bigquery.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "google_bigquery_dataset" "fastly_logs" {
storage_billing_model = "PHYSICAL"

access {
role = "roles/bigquery.admin"
role = "OWNER"
user_by_email = "terraform-cloud-${var.govuk_environment}@${data.google_project.project.project_id}.iam.gserviceaccount.com"
}

Expand Down

0 comments on commit 597cf52

Please sign in to comment.