Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Jan 30, 2024
1 parent a7cf213 commit 5e0e6e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module "vpc" {
}

resource "aws_cloudwatch_log_group" "data_engineering_vpc" {
name = "/data_engineering_vpc_flow_logs"
kms_key_id = aws_kms_key.data_engineering_vpc_key.key_id
name = "/data_engineering_vpc_flow_logs"
kms_key_id = aws_kms_key.data_engineering_vpc_key.key_id
}

resource "aws_flow_log" "data_engineering_vpc" {
Expand Down

0 comments on commit 5e0e6e4

Please sign in to comment.