Skip to content

Commit

Permalink
chore: update Sentinel Forwarder TF module (#937)
Browse files Browse the repository at this point in the history
Update the module to the latest version that uses an SSM parameter
to store the Sentinel auth credentials.
  • Loading branch information
patheard authored Apr 11, 2024
1 parent 02fe9ba commit f44337a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terragrunt/aws/alarms/sentinel_logging.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "sentinel_forwarder" {
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.2.7"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.3.7"
function_name = "sentinel-cloud-watch-forwarder"
billing_tag_value = var.billing_code

Expand Down

0 comments on commit f44337a

Please sign in to comment.