Skip to content

Commit

Permalink
Rollout data.gov.uk Fastly configuration to production
Browse files Browse the repository at this point in the history
We tested it in integration and staging so now rolling it out
to production.
  • Loading branch information
AgaDufrat committed Feb 5, 2024
1 parent 2ca466e commit a43b41f
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 @@ -32,4 +32,16 @@ module "datagovuk-staging" {

variable "datagovuk_production" {
type = string
}

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

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

secrets = yamldecode(var.datagovuk_production)
}

0 comments on commit a43b41f

Please sign in to comment.