We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec74e03 commit b7e7a19Copy full SHA for b7e7a19
private-ecr-upload-credentials/credentials.tf
@@ -1,7 +1,7 @@
1
# Transition: both the 'old style' user with access key, and 'new style' github actions role with github idp
2
3
resource "aws_iam_role" "github_actions_role" {
4
- name = "gh_ecr_push_${var.ecr_repository_name}"
+ name = replace("gh_ecr_push_${var.ecr_repository_name}", "*", "")
5
6
assume_role_policy = jsonencode({
7
Version = "2012-10-17",
0 commit comments