Skip to content

Commit 4b30b30

Browse files
committed
Create staging environment for win.rustup.rs
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.
1 parent cc1e2b3 commit 4b30b30

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

terragrunt/accounts/legacy/account.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"regions": [
55
{
66
"region": "us-west-1"
7+
},
8+
{
9+
"region": "us-east-1",
10+
"alias": "us-east-1"
711
}
812
]
913
}

terragrunt/accounts/legacy/rustup-dev/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 = "../../../../..//terragrunt/modules/win-rustup-rs"
3+
}
4+
5+
include {
6+
path = find_in_parent_folders()
7+
merge_strategy = "deep"
8+
}
9+
10+
inputs = {
11+
domain_name = "dev-win.rustup.rs"
12+
static_bucket = "dev-static-rust-lang-org"
13+
}

0 commit comments

Comments
 (0)