Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 2, 2022
1 parent f53f17d commit 4940528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowlogs-transit-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "aws_flow_log" "flowlog_s3" {

# ignore thee until we figure out why it keeps wanting to replace it
lifecycle {
ignore_changes = [iam_role_id, log_format]
ignore_changes = [iam_role_arn, log_format]
}
}

Expand Down

0 comments on commit 4940528

Please sign in to comment.