Skip to content

Commit 9abe31b

Browse files
committed
format terraform
1 parent 3ec4606 commit 9abe31b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/terraform-test/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

7676
data "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
]

0 commit comments

Comments
 (0)