Skip to content

Commit

Permalink
Merge pull request #1218 from alphagov/renovate/sentry-0.x
Browse files Browse the repository at this point in the history
Update Terraform sentry to v0.12.2
  • Loading branch information
samsimpson1 authored Apr 11, 2024
2 parents 3befd48 + d9e9906 commit 075399e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions terraform/deployments/sentry/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ resource "sentry_project" "govuk" {
slug = "app-${each.key}"

platform = "ruby"

default_rules = false
default_key = true
}
2 changes: 1 addition & 1 deletion terraform/deployments/sentry/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
sentry = {
source = "jianyuan/sentry"
version = "0.11.2"
version = "0.12.2"
}
}
}
Expand Down

0 comments on commit 075399e

Please sign in to comment.