Skip to content

Commit

Permalink
:dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws from 5.52.0 to …
Browse files Browse the repository at this point in the history
…5.52.1 in /terraform/aws/analytical-platform-production/route53 (#6507)
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 57a672f commit 2fd0e66
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 @@ -27,7 +27,7 @@ module "analytical_platform_compute_route53_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.0"
version = "5.52.1"

name_prefix = "analytical-platform-compute-route53-access"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module "analytical_platform_compute_route53_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.0"
version = "5.52.1"

create_role = true

Expand Down

0 comments on commit 2fd0e66

Please sign in to comment.