Skip to content

Commit

Permalink
delivery tag missing (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanjunming authored Dec 24, 2024
1 parent b57f5bf commit d3300c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.3.4
#### **firehose-logs**
### 🧰 Bug fixes 🧰
- Tag missing for `aws_kinesis_firehose_delivery_stream` resource

## v2.3.3
#### **firehose-metrics**
#### **firehose-logs**
Expand Down
2 changes: 1 addition & 1 deletion modules/firehose-logs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ resource "aws_iam_role_policy_attachment" "policy_attachment_cloudwatch" {
}

resource "aws_kinesis_firehose_delivery_stream" "coralogix_stream_logs" {
tags = local.tags
tags = merge(local.tags, { LogDeliveryEnabled = "true" })
name = var.firehose_stream
destination = "http_endpoint"

Expand Down

0 comments on commit d3300c5

Please sign in to comment.