From 440e8980f249fc2068eef15f0dd76a5798527503 Mon Sep 17 00:00:00 2001 From: Steven Welch Date: Thu, 3 Sep 2026 16:54:56 -0600 Subject: [PATCH] fix: match tfroot-twilio OIDC subject --- aws-github-oidc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-github-oidc.tf b/aws-github-oidc.tf index 026e524..79e535b 100644 --- a/aws-github-oidc.tf +++ b/aws-github-oidc.tf @@ -37,7 +37,7 @@ resource "aws_iam_role" "github_actions_sops_kms" { "repo:makeitworkcloud/tfroot-github:*", "repo:makeitworkcloud/tfroot-libvirt:*", "repo:makeitworkcloud@195502628/tfroot-namecheap@1349145005:*", - "repo:makeitworkcloud/tfroot-twilio:*" + "repo:makeitworkcloud@195502628/tfroot-twilio@1356437102:*" ] } }