-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
3 changed files
with
61 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,10 @@ | |
"regions": [ | ||
{ | ||
"region": "us-west-1" | ||
}, | ||
{ | ||
"region": "us-east-1", | ||
"alias": "us-east-1" | ||
} | ||
] | ||
} | ||
|
44 changes: 44 additions & 0 deletions
44
terragrunt/accounts/legacy/rustup-dev/win-rustup-rs/.terraform.lock.hcl
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
terragrunt/accounts/legacy/rustup-dev/win-rustup-rs/terragrunt.hcl
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,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" | ||
} |