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/ingestion-egress (#4683)
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent f351e1b commit b0baff2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module "development_replication_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.39.1"
version = "5.40.0"

name_prefix = "mojap-data-production-bold-egress-development"

Expand Down Expand Up @@ -121,7 +121,7 @@ module "production_replication_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.39.1"
version = "5.40.0"

name_prefix = "mojap-data-production-bold-egress-production"

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

create_role = true

Expand All @@ -20,7 +20,7 @@ module "production_replication_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.39.1"
version = "5.40.0"

create_role = true

Expand Down

0 comments on commit b0baff2

Please sign in to comment.