Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4e77871

Browse files
committedAug 29, 2024··
chore: do some stuff to make it work, but worthless
1 parent 7652858 commit 4e77871

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed
 

Diff for: ‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
tofu_version: 1.8.1
9-
tg_version: 0.66.9
9+
tg_version: 0.67.0
1010
working_dir: infra/lambda
1111
TF_PLUGIN_CACHE_DIR: ${{ github.workspace }}/.terraform.d/plugin-cache
1212

Diff for: ‎infra/aws-github-oidc/.terraform.lock.hcl

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎infra/aws-github-oidc/main.tf

+5-3
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,23 @@ data "aws_iam_policy_document" "assume_role" {
3131
data "aws_iam_policy_document" "iam_policy" {
3232
statement {
3333
actions = [
34-
"apigateway:DELETE",
3534
"apigateway:GET",
36-
"apigateway:POST",
37-
"apigateway:PUT",
3835
"iam:AttachRolePolicy",
3936
"iam:CreateRole",
4037
"iam:DeleteRolePolicy",
4138
"iam:DetachRolePolicy",
4239
"iam:GetRole",
40+
"iam:ListAttachedRolePolicies",
41+
"iam:ListRolePolicies",
4342
"iam:PassRole",
4443
"iam:PutRolePolicy",
4544
"lambda:AddPermission",
4645
"lambda:CreateFunction",
4746
"lambda:DeleteFunction",
4847
"lambda:GetFunction",
48+
"lambda:GetFunctionCodeSigningConfig",
49+
"lambda:GetPolicy",
50+
"lambda:ListVersionsByFunction",
4951
"lambda:PublishLayerVersion",
5052
"lambda:RemovePermission",
5153
"lambda:UpdateFunctionCode",

Diff for: ‎infra/repository/.terraform.lock.hcl

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.