Skip to content

Commit

Permalink
feat: Adding redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheislamdfe committed Jan 16, 2025
1 parent 2bb5f68 commit 289fe8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions terraform/custom_domains/environment_domains/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ module "domains" {
multiple_hosted_zones = var.multiple_hosted_zones
null_host_header = try(each.value.null_host_header, false)
cached_paths = try(each.value.cached_paths, [])
redirect_rules = try(each.value.redirect_rules, null)
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"null_host_header": true,
"redirect_rules": [{
"from-domain": "apex",
"to-domain": "www.apply-for-teacher-training.education.gov.uk"
"to-domain": "www.apply-for-teacher-training.service.gov.uk"
}]
},
"apply-for-teacher-training.service.gov.uk": {
Expand Down

0 comments on commit 289fe8b

Please sign in to comment.