From f2c5677bea16d6502f30b378e7f492f135e89da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 08:17:30 +0000 Subject: [PATCH] :dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws Bumps [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) from 5.39.1 to 5.40.0. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-iam/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-iam/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.39.1...v5.40.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../create-a-derived-table/iam-policies.tf | 2 +- .../create-a-derived-table/iam-roles.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/aws/analytical-platform-data-production/create-a-derived-table/iam-policies.tf b/terraform/aws/analytical-platform-data-production/create-a-derived-table/iam-policies.tf index 22d7185fba..ca57f6770f 100644 --- a/terraform/aws/analytical-platform-data-production/create-a-derived-table/iam-policies.tf +++ b/terraform/aws/analytical-platform-data-production/create-a-derived-table/iam-policies.tf @@ -96,7 +96,7 @@ module "create_a_derived_table_iam_policy" { #checkov:skip=CKV_TF_1:Module is from Terraform registry source = "terraform-aws-modules/iam/aws//modules/iam-policy" - version = "5.39.1" + version = "5.40.0" name_prefix = "create-a-derived-table" diff --git a/terraform/aws/analytical-platform-data-production/create-a-derived-table/iam-roles.tf b/terraform/aws/analytical-platform-data-production/create-a-derived-table/iam-roles.tf index 28a644e7a1..2ecf4ac1e4 100644 --- a/terraform/aws/analytical-platform-data-production/create-a-derived-table/iam-roles.tf +++ b/terraform/aws/analytical-platform-data-production/create-a-derived-table/iam-roles.tf @@ -2,7 +2,7 @@ module "create_a_derived_table_iam_role" { #checkov:skip=CKV_TF_1:Module is from Terraform registry source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" - version = "5.39.1" + version = "5.40.0" role_name = "create-a-derived-table"