Skip to content

Commit

Permalink
Merge pull request #1433 from alphagov/samsimpson1/bigquery
Browse files Browse the repository at this point in the history
Set the TFC service account as CDN bigquery dataset's owner
  • Loading branch information
samsimpson1 authored Aug 22, 2024
2 parents 975c117 + 597cf52 commit f109925
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 f109925

Please sign in to comment.