-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #642 from rust-lang/feat-ci-staging-add-connection…
…-for-rust-lang-ci-gh-org feat(ci-staging): add connection for rust-lang-ci gh org
- Loading branch information
Showing
4 changed files
with
16 additions
and
7 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
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
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
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 |
---|---|---|
@@ -1,6 +1,10 @@ | ||
// Since you can't create the connection from the terraform provider (as of Dec 2024), | ||
// you need to create the connection manually at | ||
// https://us-east-2.console.aws.amazon.com/codesuite/settings/connections | ||
variable "code_connection_arn" { | ||
description = "Arn of the GitHub CodeConnection" | ||
variable "rust_lang_code_connection_arn" { | ||
description = "Arn of the GitHub CodeConnection for https://github.com/rust-lang" | ||
} | ||
|
||
variable "rust_lang_ci_code_connection_arn" { | ||
description = "Arn of the GitHub CodeConnection for https://github.com/rust-lang-ci" | ||
} |