Skip to content

Commit

Permalink
Remove stray target_format for attribute_remapper (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson authored Aug 20, 2024
1 parent 9fc1dbf commit 3cbabac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/datadog_email_activity.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ resource "datadog_logs_custom_pipeline" "email_pipeline" {
source_type = "attribute"
target = "version"
target_type = "tag"
target_format = "string"
preserve_source = true
override_on_conflict = false
name = "Map mail.tags.version to 'version' tag"
Expand Down

0 comments on commit 3cbabac

Please sign in to comment.