Skip to content

Commit ab67143

Browse files
Bump the terraform-minor-patch group across 2 directories with 2 updates
Bumps the terraform-minor-patch group with 1 update in the /grafana/non-prod/terraform directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws). Bumps the terraform-minor-patch group with 2 updates in the /infra directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) and [mesh::terraform-aws-mesh-client](https://github.com/nhsdigital/terraform-aws-mesh-client). Updates `hashicorp/aws` from 6.0.0 to 6.4.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@v6.0.0...v6.4.0) Updates `hashicorp/aws` from 6.0.0 to 6.4.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@v6.0.0...v6.4.0) Updates `hashicorp/aws` from 6.0.0 to 6.4.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@v6.0.0...v6.4.0) Updates `hashicorp/aws` from 6.3.0 to 6.4.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@v6.0.0...v6.4.0) Updates `hashicorp/aws` from 6.3.0 to 6.4.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@v6.0.0...v6.4.0) Updates `mesh::terraform-aws-mesh-client` from 2.1.5 to 2.1.6 - [Release notes](https://github.com/nhsdigital/terraform-aws-mesh-client/releases) - [Commits](NHSDigital/terraform-aws-mesh-client@v2.1.5...v2.1.6) Updates `hashicorp/aws` from 6.3.0 to 6.4.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@v6.0.0...v6.4.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-minor-patch - dependency-name: hashicorp/aws dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-minor-patch - dependency-name: hashicorp/aws dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-minor-patch - dependency-name: hashicorp/aws dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-minor-patch - dependency-name: hashicorp/aws dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-minor-patch - dependency-name: mesh::github::nhsdigital/terraform-aws-mesh-client::v2.1.5 dependency-version: 2.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: terraform-minor-patch - dependency-name: hashicorp/aws dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 305ef80 commit ab67143

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

grafana/non-prod/terraform/.terraform.lock.hcl

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/.terraform.lock.hcl

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/mesh.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MESH Client Module - conditionally created based on environment configuration
22
module "mesh" {
33
count = var.mesh_mailbox_id != null ? 1 : 0
4-
source = "git::https://github.com/nhsdigital/terraform-aws-mesh-client.git//module?ref=v2.1.5"
4+
source = "git::https://github.com/nhsdigital/terraform-aws-mesh-client.git//module?ref=v2.1.6"
55

66
name_prefix = "imms-${var.environment}"
77
account_id = var.imms_account_id

0 commit comments

Comments
 (0)