Skip to content

Commit

Permalink
Import production environment
Browse files Browse the repository at this point in the history
The existing CloudFront distribution has been imported into Terragrunt
and then updated to use the new response header policy and new Lambda
function.
  • Loading branch information
jdno committed Jun 5, 2024
1 parent ac54e61 commit f3cb562
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions terragrunt/accounts/legacy/rustup-prod/deployed-ref
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ac54e617aa43f157da858d5ef08d456ca62efdf3

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
terraform {
source = "git::../../../../..//terragrunt/modules/win-rustup-rs?ref=${trimspace(file("../deployed-ref"))}"
}

include {
path = find_in_parent_folders()
merge_strategy = "deep"
}

inputs = {
domain_name = "win.rustup.rs"
static_bucket = "static-rust-lang-org"
}

0 comments on commit f3cb562

Please sign in to comment.