Skip to content

Commit

Permalink
Merge pull request #84 from cloud-gov/filter
Browse files Browse the repository at this point in the history
Needs a string for region
  • Loading branch information
JasonTheMain authored Sep 18, 2024
2 parents b6a03bd + 9cbef08 commit 4c5ee8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ input
log_group => <%= prefix_list %>
<% end %>
<% if_p("logstash_ingestor.cloudwatch.region") do |region_zone| %>
region => <%= region_zone %>
region => "<%= region_zone %>"
<% end %>
}
}
Expand Down

0 comments on commit 4c5ee8e

Please sign in to comment.