Skip to content

Commit

Permalink
:dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws from 5.39.1 to …
Browse files Browse the repository at this point in the history
…5.40.0 in /terraform/aws/analytical-platform-data-production/create-a-derived-table (#4669)
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 08f56e9 commit 01fce1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 01fce1c

Please sign in to comment.