We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9c14b9 + 00e378f commit 08cddcaCopy full SHA for 08cddca
github_actions_assume_aws_role/main.tf
@@ -80,3 +80,8 @@ resource "aws_iam_role_policy_attachment" "ecr-public" {
80
policy_arn = "arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryPowerUser"
81
role = aws_iam_role.github_actions.name
82
}
83
+
84
+resource "aws_iam_role_policy_attachment" "eventbridge" {
85
+ policy_arn = "arn:aws:iam::aws:policy/AmazonEventBridgeFullAccess"
86
+ role = aws_iam_role.github_actions.name
87
+}
0 commit comments