Skip to content

Commit

Permalink
Revert "2046-setup-redirect-from-get-a-teacher-relocation-payment (#438
Browse files Browse the repository at this point in the history
…)" (#440)

This reverts commit 583cf0b.

The service is still needed
  • Loading branch information
saliceti authored Sep 24, 2024
1 parent 583cf0b commit f8b7d39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
],
"environment_short": "pd",
"origin_hostname": "teacher-relocation-payment-production.teacherservices.cloud",
"redirect_rules":[{
"from-domain": "apex",
"to-domain": "getintoteaching.education.gov.uk",
"to-path": "/non-uk-teachers/get-an-international-relocation-payment"
}],
"null_host_header": true,
"cnames": {
}
}
Expand Down
1 change: 0 additions & 1 deletion terraform/custom_domains/environment_domains/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module "domains" {
host_name = each.value.origin_hostname
null_host_header = try(each.value.null_host_header, false)
cached_paths = try(each.value.cached_paths, [])
redirect_rules = try(each.value.redirect_rules, [])
}

# Takes values from hosted_zone.domain_name.cnames (or txt_records, a-records). Use for domains which are not associated with front door.
Expand Down

0 comments on commit f8b7d39

Please sign in to comment.