diff --git a/Terraform/variables.tf b/Terraform/variables.tf index c1404d01..91eaba72 100644 --- a/Terraform/variables.tf +++ b/Terraform/variables.tf @@ -897,11 +897,11 @@ variable "hostname" { variable "origins" { type = map(string) default = { - Dev = "www.dev.develop-child-family-social-work-career.education.gov.uk,dev.develop-child-family-social-work-career.education.gov.uk" - Test = "www.test.develop-child-family-social-work-career.education.gov.uk,test.develop-child-family-social-work-career.education.gov.uk" + Dev = "www.dev.develop-child-family-social-work-career.education.gov.uk" + Test = "www.test.develop-child-family-social-work-career.education.gov.uk" Load-Test = "20.107.65.156.nip.io" - Pre-Prod = "www.pre-proddevelop-child-family-social-work-career.education.gov.uk,pre-proddevelop-child-family-social-work-career.education.gov.uk" - Prod = "www.develop-child-family-social-work-career.education.gov.uk,develop-child-family-social-work-career.education.gov.uk" + Pre-Prod = "www.pre-prod.develop-child-family-social-work-career.education.gov.uk" + Prod = "www.develop-child-family-social-work-career.education.gov.uk" } description = "Origins for Grafana" }