We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c14b9 commit 00e378fCopy full SHA for 00e378f
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