Skip to content

Commit

Permalink
Rollout DGU Fastly configuration to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
AgaDufrat committed Jan 31, 2024
1 parent b68905b commit 0c71562
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions datagovuk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ variable "datagovuk_staging" {
type = string
}

module "datagovuk-staging" {
source = "./modules/datagovuk"

configuration = {
environment = "staging"
git_hash = var.TFC_CONFIGURATION_VERSION_GIT_COMMIT_SHA
probe = "/"
}

secrets = yamldecode(var.datagovuk_staging)
}

variable "datagovuk_production" {
type = string
}

0 comments on commit 0c71562

Please sign in to comment.