Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update terraform cloudposse/cloudwatch-logs/aws to v0.6.8
  • Loading branch information
renovate[bot] authored Mar 2, 2024
commit 3eee007f6161c4becde414841a1227c075113a00
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "aws_route53_zone" "private" {

module "cloudwatch_logs" {
source = "cloudposse/cloudwatch-logs/aws"
version = "0.6.5"
version = "0.6.8"

context = module.this.context
}
Expand Down