Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Merge branch 'La0-revert-sa-frontend'
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Nov 7, 2019
2 parents 7a65009 + b25cc7c commit 397f3d3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions terraform/base/route53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,9 @@ variable "cloudfront_alias" {
}

variable "cloudfront_moztools_alias" {
default = ["code-review",
"code-review.testing"]
default = ["static-analysis",
"static-analysis.staging",
"static-analysis.testing"]
}

# Cloudfront Alias Targets
Expand All @@ -408,8 +409,9 @@ variable "cloudfront_alias_domain" {
variable "cloudfront_moztools_alias_domain" {
type = "map"
default = {
code-review = "d2ezri92497z3m"
code-review.testing = "d1blqs705aw8h9"
static-analysis = "d2ezri92497z3m"
static-analysis.staging = "d21hzgxp28m0tc"
static-analysis.testing = "d1blqs705aw8h9"
}
}

Expand Down

0 comments on commit 397f3d3

Please sign in to comment.