Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 2, 2022
1 parent 05b6b26 commit f53f17d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flowlogs-transit-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ resource "aws_flow_log" "flowlog_s3" {
var.tags,
{ "Name" = format("%v:%v_%v_%v", "s3", "tgw", var.label, local.region) },
)

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

#---
Expand Down

0 comments on commit f53f17d

Please sign in to comment.