Skip to content

Commit f3cb562

Browse files
committed
Import production environment
The existing CloudFront distribution has been imported into Terragrunt and then updated to use the new response header policy and new Lambda function.
1 parent ac54e61 commit f3cb562

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ac54e617aa43f157da858d5ef08d456ca62efdf3

terragrunt/accounts/legacy/rustup-prod/win-rustup-rs/.terraform.lock.hcl

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
terraform {
2+
source = "git::../../../../..//terragrunt/modules/win-rustup-rs?ref=${trimspace(file("../deployed-ref"))}"
3+
}
4+
5+
include {
6+
path = find_in_parent_folders()
7+
merge_strategy = "deep"
8+
}
9+
10+
inputs = {
11+
domain_name = "win.rustup.rs"
12+
static_bucket = "static-rust-lang-org"
13+
}

0 commit comments

Comments
 (0)