Skip to content

Commit

Permalink
:dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws from 5.52.1 to …
Browse files Browse the repository at this point in the history
…5.52.2 in /terraform/aws/analytical-platform-management-production/terraform-state (#6535)
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent ea06f40 commit 6f3c415
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 @@ -36,7 +36,7 @@ module "data_engineering_state_access_iam_policy" {
#checkov:skip=CKV_TF_2:Module registry does not support tags for versions

source = "terraform-aws-modules/iam/aws//modules/iam-policy"
version = "5.52.1"
version = "5.52.2"

name_prefix = "data-engineering-state-access"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module "data_engineering_state_access_iam_role" {
#checkov:skip=CKV_TF_2:Module registry does not support tags for versions

source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "5.52.1"
version = "5.52.2"


create_role = true
Expand Down

0 comments on commit 6f3c415

Please sign in to comment.