Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Feb 13, 2025
1 parent 4686562 commit 4d9e8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terragrunt/modules/rustc-ci/artifacts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module "artifacts_user" {
org = "rust-lang"
repo = var.repo

user_name = "${locals.iam_prefix}--artifacts"
user_name = "${local.iam_prefix}--artifacts"
env_prefix = "ARTIFACTS"
}

Expand Down Expand Up @@ -152,7 +152,7 @@ resource "aws_s3_bucket_inventory" "artifacts" {
}

resource "aws_iam_role" "try_builds" {
name = "${locals.iam_prefix}--try-role"
name = "${local.iam_prefix}--try-role"

assume_role_policy = jsonencode({
Version = "2012-10-17"
Expand Down

0 comments on commit 4d9e8e6

Please sign in to comment.