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" {
5555 }
5656
5757 # 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`
6060 additional_lambda_log_group_kms_policy = data. aws_iam_policy_document . allow_github_oidc . json
6161 # Env
6262 ssm_params = {}
@@ -75,11 +75,11 @@ module "lambda" {
7575
7676data "aws_iam_policy_document" "allow_github_oidc" {
7777 statement {
78- sid = " AllowGitHubActionsEncryptDecrypt"
79- effect = " Allow"
78+ sid = " AllowGitHubActionsEncryptDecrypt"
79+ effect = " Allow"
8080
8181 principals {
82- type = " AWS"
82+ type = " AWS"
8383 identifiers = [
8484 " arn:aws:iam::562563527952:role/oozou-internal-devops-github-action-oidc-role"
8585 ]
You can’t perform that action at this time.
0 commit comments