resource "aws_flow_log" "fl-4dca3924-flowlogs" {
  iam_role_arn             = "arn:aws:iam::361463692799:role/flowlogsRole"
  log_destination_type     = "cloud-watch-logs"
  max_aggregation_interval = 600
  tags                     = {}
  tags_all                 = {}
  traffic_type             = "ALL"
  vpc_id                   = "vpc-40fb5427"
}

resource "aws_flow_log" "fl-0d6800d835e642147-flowlogs" {
  log_destination          = "arn:aws:s3:::msrv-p-vpc-flow-logs"
  log_destination_type     = "s3"
  max_aggregation_interval = 600
  tags                     = {}
  tags_all                 = {}
  traffic_type             = "ALL"
  vpc_id                   = "vpc-40fb5427"

  destination_options {
    file_format                = "plain-text"
    hive_compatible_partitions = false
    per_hour_partition         = false
  }
}



