Skip to content

Commit ac751a8

Browse files
dependabot[bot]ialejandro
authored andcommitted
build(deps): bump the terraform group in /terraform with 2 updates
Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) and [terraform-aws-modules/cloudwatch/aws](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch) to permit the latest version. Updates `hashicorp/aws` to 5.93.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v5.90.0...v5.93.0) Updates `terraform-aws-modules/cloudwatch/aws` from 5.7.0 to 5.7.1 - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/blob/master/CHANGELOG.md) - [Commits](terraform-aws-modules/terraform-aws-cloudwatch@v5.7.0...v5.7.1) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 5.93.0 dependency-type: direct:production dependency-group: terraform - dependency-name: terraform-aws-modules/cloudwatch/aws dependency-version: 5.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: terraform ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b5d0df0 commit ac751a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/cloudwatch.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Cloudwatch Logs for AWS SSM Run Command output
33
module "log_group_from_ssm" {
44
source = "terraform-aws-modules/cloudwatch/aws//modules/log-group"
5-
version = "5.7.0"
5+
version = "5.7.1"
66

77
name = "/aws/ssm/${lower(local.global_name)}"
88
retention_in_days = var.log_group_from_ssm_retention

terraform/terraform_config.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 5.90.0"
7+
version = "~> 5.93.0"
88
}
99
}
1010

0 commit comments

Comments
 (0)