Skip to content

Commit

Permalink
Merge branch 'main' into ab-test-phase-2-jan2024
Browse files Browse the repository at this point in the history
  • Loading branch information
cynthia-anya authored Jan 24, 2024
2 parents 7ff6c20 + 6d824d8 commit de0136c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions datagovuk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ variable "datagovuk_integration" {
type = string
}

module "datagovuk-integration" {
source = "./modules/datagovuk"
# module "datagovuk-integration" {
# source = "./modules/datagovuk"

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

secrets = yamldecode(var.datagovuk_integration)
}
# secrets = yamldecode(var.datagovuk_integration)
# }
6 changes: 3 additions & 3 deletions dictionaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ findutrnumbervideolinks_percentages:
B: 50
Z: 0
vertexsearch_percentages:
A: 1
B: 1
Z: 98
A: 10
B: 10
Z: 80
savideostopselfemployed2_percentages:
A: 50
B: 50
Expand Down

0 comments on commit de0136c

Please sign in to comment.