Commit 080d3d8 1 parent 01ef81a commit 080d3d8 Copy full SHA for 080d3d8
File tree 1 file changed +3
-2
lines changed
terragrunt/modules/rustc-ci
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
rustc_builds = " rustc-builds"
5
5
rustc_builds_alt = " rustc-builds-alt"
6
+ iam_prefix = " rustc-ci--rust-lang--rust"
6
7
7
8
s3_policy = jsonencode ({
8
9
Version = " 2012-10-17"
@@ -110,7 +111,7 @@ module "artifacts_user" {
110
111
org = " rust-lang"
111
112
repo = " rust"
112
113
113
- user_name = " rustc-ci--rust-lang--rust --artifacts"
114
+ user_name = " ${ locals . iam_prefix } --artifacts"
114
115
env_prefix = " ARTIFACTS"
115
116
}
116
117
@@ -162,7 +163,7 @@ resource "aws_s3_bucket_inventory" "artifacts" {
162
163
}
163
164
164
165
resource "aws_iam_role" "try_builds" {
165
- name = " rustc-ci--rust-lang--rust --try-role"
166
+ name = " ${ locals . iam_prefix } --try-role"
166
167
167
168
assume_role_policy = jsonencode ({
168
169
Version = " 2012-10-17"
You can’t perform that action at this time.
0 commit comments