Skip to content

Commit

Permalink
Migrate GCP Wif
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Dec 11, 2024
1 parent c9c037b commit 8a6a59d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/application/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ variable "enable_dfe_analytics_federated_auth" {
default = false
}

variable "dataset_name" {
description = "dfe analytics dataset name in Google Bigquery"
default = null
}

locals {
postgres_ssl_mode = var.enable_postgres_ssl ? "require" : "disable"
storage_account_environment = var.config == var.environment ? var.config_short : replace(var.environment, "-", "")
Expand Down

0 comments on commit 8a6a59d

Please sign in to comment.