File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ module "lambda" {
55
55
}
56
56
57
57
# Logging
58
- is_create_cloudwatch_log_group = true # Default is `true`
59
- cloudwatch_log_retention_in_days = 90 # Default is `90`
58
+ is_create_cloudwatch_log_group = true # Default is `true`
59
+ cloudwatch_log_retention_in_days = 90 # Default is `90`
60
60
additional_lambda_log_group_kms_policy = data. aws_iam_policy_document . allow_github_oidc . json
61
61
# Env
62
62
ssm_params = {}
@@ -75,11 +75,11 @@ module "lambda" {
75
75
76
76
data "aws_iam_policy_document" "allow_github_oidc" {
77
77
statement {
78
- sid = " AllowGitHubActionsEncryptDecrypt"
79
- effect = " Allow"
78
+ sid = " AllowGitHubActionsEncryptDecrypt"
79
+ effect = " Allow"
80
80
81
81
principals {
82
- type = " AWS"
82
+ type = " AWS"
83
83
identifiers = [
84
84
" arn:aws:iam::562563527952:role/oozou-internal-devops-github-action-oidc-role"
85
85
]
You can’t perform that action at this time.
0 commit comments