Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Oct 14, 2024
1 parent 1864aae commit cbe8985
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 14 deletions.
50 changes: 37 additions & 13 deletions terraform/application/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions terraform/application/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ module "worker_application" {
probe_command = ["pgrep", "-f", "sidekiq"]

enable_logit = var.enable_logit
enable_gcp_wif = true
}
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
24 changes: 24 additions & 0 deletions terraform/application/dfe_analytics.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# "gcp_project": "apply-for-qts-in-england",
# "gcp_project_number": "385922361840",
# "gcp_taxonomy_id": 5456044749211275650,
# "gcp_policy_tag_id": 2399328962407973209,
# "gcp_table_deletion_protection": false


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

azure_resource_prefix = var.azure_resource_prefix
cluster = var.cluster
namespace = var.namespace
service_short = var.service_short
environment = "${var.app_environment}${var.app_suffix}"
gcp_dataset = "events_${var.app_environment}"
gcp_keyring = "afqts-key-ring"
gcp_key = "afqts-key"
gcp_project_id = "apply-for-qts-in-england"
gcp_project_number = "385922361840"
gcp_taxonomy_id = 5456044749211275650
gcp_policy_tag_id = 2399328962407973209
gcp_table_deletion_protection = false
}

0 comments on commit cbe8985

Please sign in to comment.