Skip to content

Commit

Permalink
remove extra generate
Browse files Browse the repository at this point in the history
  • Loading branch information
ali786XI committed Feb 27, 2024
1 parent ea5ea62 commit 1566a0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{{- $network_direction := generate "network_direction" }}
{{- $duration_start := generate "duration_start" }}
{{- $duration_end := generate "duration_end" }}
{{- $aws_vpcflow_start := generate "timestamp" | date_modify (print $duration_start) }}
{{- $aws_vpcflow_end := generate "timestamp" | date_modify (print $duration_end) }}
{{- $aws_vpcflow_start := $timestamp | date_modify (print $duration_start) }}
{{- $aws_vpcflow_end := $timestamp | date_modify (print $duration_end) }}
{{- $aws_vpcflow_version := generate "aws_vpcflow_version" }}
{{- $aws_vpcflow_account_id := generate "aws_vpcflow_account_id" }}
{{- $aws_vpcflow_interface_id := generate "aws_vpcflow_interface_id" }}
Expand Down

0 comments on commit 1566a0a

Please sign in to comment.