Skip to content

Commit

Permalink
Merge branch 'next' into tf-gf-env-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
albal authored Jan 18, 2024
2 parents e820099 + 59ba188 commit ee132c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit ee132c3

Please sign in to comment.