Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 15, 2022
1 parent 8cf2df9 commit 70895c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowlogs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ resource "null_resource" "splunk_flowlog" {
resource "local_file" "splunk_flowlog" {
content = data.template_file.splunk_flowlog.rendered
file_permission = "0644"
filename = var.enable_sqs ? format("%v/%v", null_resource.splunk_flowlog.triggers.directory, null_resource.splunk_flowlog.triggers.filename) : null
filename = format("%v/%v", null_resource.splunk_flowlog.triggers.directory, null_resource.splunk_flowlog.triggers.filename)
}

0 comments on commit 70895c0

Please sign in to comment.