cloudposse / terraform-aws-ec2-client-vpn

https://cloudposse.com/accelerate
Apache License 2.0
45 stars 28 forks source link

Update Terraform cloudposse/cloudwatch-logs/aws to v0.6.1 #18

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/cloudwatch-logs/aws (source) module patch 0.6.0 -> 0.6.1

Release Notes

cloudposse/terraform-aws-cloudwatch-logs ### [`v0.6.1`](https://togithub.com/cloudposse/terraform-aws-cloudwatch-logs/releases/0.6.1) [Compare Source](https://togithub.com/cloudposse/terraform-aws-cloudwatch-logs/compare/0.6.0...0.6.1)
Docs: Fix usage snippet (missing source attribute) @​korenyoni (#​25) #### what * Fix usage snippet (missing source attribute) * Fix module block name in usage snippet (does not match module name) #### why * The usage snippet is incorrect (missing source attribute and does not match module name) #### references * N/A
#### 🚀 Enhancements
Allow slash in log group names @​nitrocode (#​26) #### what * Custom label for cloudwatch log group name #### why * Allow slash in log group names #### references * https://sweetops.slack.com/archives/CB6GHNLG0/p1636985722167300 #### test ```hcl provider "aws" { region = "us-east-2" } module "cloudwatch_logs" { source = "github.com/cloudposse/terraform-aws-cloudwatch-logs?ref=allow-slash-log-group-names" name = "/aws/kinesisfirehose/aws-waf-logs-dev-app" } ``` results in ```hcl ### module.cloudwatch_logs.aws_cloudwatch_log_group.default[0] will be created + resource "aws_cloudwatch_log_group" "default" { + arn = (known after apply) + id = (known after apply) + name = "/aws/kinesisfirehose/aws-waf-logs-dev-app" + retention_in_days = 30 + tags = { + "Name" = "/aws/kinesisfirehose/aws-waf-logs-dev-app" } + tags_all = { + "Name" = "/aws/kinesisfirehose/aws-waf-logs-dev-app" } } ```

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.