From 361ca0868576e557e677f1ce0e711c99c92bcdf7 Mon Sep 17 00:00:00 2001 From: SteveLinden Date: Wed, 25 Oct 2023 10:54:22 +0100 Subject: [PATCH] Update iam.tf Co-authored-by: David Elliott --- iam.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/iam.tf b/iam.tf index 00a4636..30d3358 100644 --- a/iam.tf +++ b/iam.tf @@ -29,7 +29,6 @@ data "aws_iam_policy_document" "github_oidc_assume_role" { variable = "token.actions.githubusercontent.com:sub" values = formatlist("repo:%s", var.github_repositories) } - # Addition to clear checkov error condition { test = "StringLike" variable = "token.actions.githubusercontent.com:sub"