Skip to content

Commit

Permalink
chore(deps): update terraform justtrackio/project/sentry to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent ab6f28f commit 190131e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "sentry" {
count = module.this.enabled && var.sentry_enabled ? 1 : 0
source = "justtrackio/project/sentry"
version = "1.3.0"
version = "1.4.1"

context = module.this.context
label_order = var.label_orders.sentry
Expand Down

0 comments on commit 190131e

Please sign in to comment.