Skip to content

Commit

Permalink
Update Terraform cloudposse/guardduty/aws to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 66f7288 commit 9ffa807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/terraform/aws/guardduty/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "aws_guardduty_organization_admin_account" "this" {
module "guardduty" {
count = local.create_guardduty_collector ? 1 : 0
source = "cloudposse/guardduty/aws"
version = "0.5.0"
version = "0.6.0"

finding_publishing_frequency = var.finding_publishing_frequency
create_sns_topic = var.create_sns_topic
Expand Down

0 comments on commit 9ffa807

Please sign in to comment.