Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2023
1 parent a91e434 commit f4b7050
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/unit-test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ resource "aws_cloudwatch_event_target" "instance_scheduler_weekly_start_in_the_m

data "aws_iam_policy_document" "AWSLambdaVPCAccessExecutionRole" {
statement {
sid = "AWSLambdaVPCAccessExecutionRole"
effect = "Allow"
sid = "AWSLambdaVPCAccessExecutionRole"
effect = "Allow"
actions = [
"logs:CreateLogGroup",
"logs:CreateLogStream",
Expand Down Expand Up @@ -214,9 +214,9 @@ resource "aws_security_group" "lambda_security_group_test" {

egress {
description = "Allow all outbound traffic"
from_port = 0
to_port = 0
protocol = "-1"
from_port = 0
to_port = 0
protocol = "-1"
}

tags = local.tags
Expand Down

0 comments on commit f4b7050

Please sign in to comment.