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 5210800 commit 3d68cceCopy full SHA for 3d68cce
main.tf
@@ -413,7 +413,7 @@ module "auth_manager" {
413
source = "./private-ecr-repo"
414
415
repository_name = "auth-manager"
416
- allowed_to_pull_identities = ["arn:aws:iam::992382665735:role/auth_manager20251030104403745100000003"] # prod one still missing
+ allowed_to_pull_identities = ["arn:aws:iam::992382665735:role/auth_manager20251030104403745100000003", "arn:aws:iam::671250183987:role/auth_manager20251112133557154300000002"]
417
}
418
419
module "private_ecr_github_actions_upload_credentials_auth_manager" {
0 commit comments