-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Domain migration prep and add Terrafile
Prepare the configs for the migration Add Terrafile support to DNS management
- Loading branch information
Showing
18 changed files
with
72 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
terraform/domains/environment_domains/config/development.tfvars.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"domains": ["dev"], | ||
"environment_short": "dev", | ||
"cached_paths": ["/assets/*"], | ||
"environment_short": "dv", | ||
"environment_tag": "dev", | ||
"origin_hostname": "find-a-lost-trn-development-web.test.teacherservices.cloud" | ||
} |
3 changes: 3 additions & 0 deletions
3
terraform/domains/environment_domains/config/development_Terrafile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
domains: | ||
source: "https://github.com/DFE-Digital/terraform-modules" | ||
version: "testing" |
3 changes: 2 additions & 1 deletion
3
terraform/domains/environment_domains/config/preproduction.tfvars.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"domains": ["preprod"], | ||
"environment_short": "preprod", | ||
"cached_paths": ["/assets/*"], | ||
"environment_short": "pp", | ||
"environment_tag": "pre-prod", | ||
"origin_hostname": "find-a-lost-trn-preproduction-web.test.teacherservices.cloud" | ||
} |
3 changes: 3 additions & 0 deletions
3
terraform/domains/environment_domains/config/preproduction_Terrafile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
domains: | ||
source: "https://github.com/DFE-Digital/terraform-modules" | ||
version: "testing" |
17 changes: 15 additions & 2 deletions
17
terraform/domains/environment_domains/config/production.tfvars.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
{ | ||
"domains": ["www", "apex"], | ||
"domains": ["apex"], | ||
"cached_paths": ["/assets/*"], | ||
"environment_short": "pd", | ||
"environment_tag": "Prod", | ||
"origin_hostname": "find-a-lost-trn-production-web.teacherservices.cloud" | ||
"origin_hostname": "find-a-lost-trn-production.london.cloudapps.digital", | ||
"null_host_header": true, | ||
"hosted_zone": { | ||
"find-a-lost-trn.education.gov.uk": { | ||
"resource_group_name": "s189p01-faltrndomains-rg", | ||
"cnames": { | ||
"_443ce8e523e08d5e5f44703bcffa0875": { | ||
"target": "_680e92e9fa66938e47a0348221196c28.mntkzmhvxg.acm-validations.aws.", | ||
"ttl": 86400 | ||
} | ||
} | ||
} | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
terraform/domains/environment_domains/config/production_Terrafile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
domains: | ||
source: "https://github.com/DFE-Digital/terraform-modules" | ||
version: "stable" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"domains": ["test"], | ||
"environment_short": "test", | ||
"cached_paths": ["/assets/*"], | ||
"environment_short": "ts", | ||
"environment_tag": "test", | ||
"origin_hostname": "find-a-lost-trn-test-web.test.teacherservices.cloud" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
domains: | ||
source: "https://github.com/DFE-Digital/terraform-modules" | ||
version: "testing" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule domains
added at
1c4ac5
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
domains: | ||
source: "https://github.com/DFE-Digital/terraform-modules" | ||
version: "stable" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule domains
added at
1c4ac5