Skip to content

Commit

Permalink
provider
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Oct 24, 2024
1 parent 4ed6215 commit 930694c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/application/config/review/Terrafile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dfe-terraform-modules:
source: https://github.com/DFE-Digital/terraform-modules
version: main
version: 2041-configure-bigquery-in-the-terraform-module-3
11 changes: 8 additions & 3 deletions terraform/application/dfe_analytics.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
provider "google" {
project = "apply-for-qts-in-england"
}

module "dfe_analytics" {
source = "./vendor/modules/dfe-terraform-modules//aks/dfe_analytics"

Expand All @@ -6,7 +10,8 @@ module "dfe_analytics" {
namespace = var.namespace
service_short = var.service_short
environment = "${var.app_environment}${var.app_suffix}"
gcp_dataset = "events_${var.app_environment}"
gcp_project_id = "apply-for-qts-in-england"
gcp_project_number = 385922361840
gcp_taxonomy_id = 5456044749211275650
gcp_policy_tag_id = 2399328962407973209
gcp_keyring = "afqts-key-ring"
gcp_key = "afqts-key"
}

0 comments on commit 930694c

Please sign in to comment.