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 5fbd71b commit a185d23Copy full SHA for a185d23
cloud-formation/github-role.yaml
@@ -105,6 +105,19 @@ Resources:
105
}
106
]
107
108
+ - PolicyName: Ec2Policy
109
+ PolicyDocument: {
110
+ "Version": "2012-10-17",
111
+ "Statement": [
112
+ {
113
+ "Effect": "Allow",
114
+ "Action": [
115
+ "ec2:CreateVpc"
116
+ ],
117
+ "Resource": "*"
118
+ }
119
+ ]
120
121
122
GithubOidc:
123
Type: AWS::IAM::OIDCProvider
0 commit comments