Skip to content

Commit c6df586

Browse files
chore(deps): update terraform cloudposse/cloudwatch-logs/aws to v0.6.9
1 parent 9dd08f2 commit c6df586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "aws_route53_zone" "private" {
3636

3737
module "cloudwatch_logs" {
3838
source = "cloudposse/cloudwatch-logs/aws"
39-
version = "0.6.8"
39+
version = "0.6.9"
4040

4141
context = module.this.context
4242
}

examples/serverless/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "aws_route53_zone" "private" {
3636

3737
module "cloudwatch_logs" {
3838
source = "cloudposse/cloudwatch-logs/aws"
39-
version = "0.6.8"
39+
version = "0.6.9"
4040

4141
context = module.this.context
4242
}

0 commit comments

Comments
 (0)