From 0cb2932c6bf574bfcad479c8e36981d09c694c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:33:53 +0000 Subject: [PATCH] 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 6.62.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-aws/compare/v6.57.1...v6.62.0) Updates `terraform-aws-modules/cloudwatch/aws` from 5.7.2 to 5.7.3 - [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](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/compare/v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.62.0 dependency-type: direct:production dependency-group: terraform - dependency-name: terraform-aws-modules/cloudwatch/aws dependency-version: 5.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: terraform ... Signed-off-by: dependabot[bot] --- terraform/cloudwatch.tf | 2 +- terraform/terraform_config.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/cloudwatch.tf b/terraform/cloudwatch.tf index 00b09c7..63be1b2 100644 --- a/terraform/cloudwatch.tf +++ b/terraform/cloudwatch.tf @@ -2,7 +2,7 @@ ## Cloudwatch Logs for AWS SSM Run Command output module "log_group_from_ssm" { source = "terraform-aws-modules/cloudwatch/aws//modules/log-group" - version = "5.7.2" + version = "5.7.3" name = "/aws/ssm/${lower(local.global_name)}" retention_in_days = var.log_group_from_ssm_retention diff --git a/terraform/terraform_config.tf b/terraform/terraform_config.tf index 26ec049..ba0afaf 100644 --- a/terraform/terraform_config.tf +++ b/terraform/terraform_config.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 6.57.1" + version = "~> 6.62.0" } }