Skip to content

Commit

Permalink
Merge pull request #61 from alphagov/dgu-staging
Browse files Browse the repository at this point in the history
Rollout DGU Fastly configuration to staging
  • Loading branch information
AgaDufrat authored Jan 31, 2024
2 parents b68905b + 0c71562 commit c4c8afc
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 c4c8afc

Please sign in to comment.