Skip to content

Commit

Permalink
Create staging environment for win.rustup.rs
Browse files Browse the repository at this point in the history
The `win.rustup.rs` distribution does not have a staging environment
right now. A new state has been created in Terragrunt to create a new
environment to test the distribution.
  • Loading branch information
jdno committed Jun 4, 2024
1 parent cc1e2b3 commit 4b30b30
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terragrunt/accounts/legacy/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"regions": [
{
"region": "us-west-1"
},
{
"region": "us-east-1",
"alias": "us-east-1"
}
]
}
Expand Down

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

13 changes: 13 additions & 0 deletions terragrunt/accounts/legacy/rustup-dev/win-rustup-rs/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
terraform {
source = "../../../../..//terragrunt/modules/win-rustup-rs"
}

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

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

0 comments on commit 4b30b30

Please sign in to comment.