Skip to content

Commit

Permalink
:dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws from 5.51.0 to …
Browse files Browse the repository at this point in the history
…5.52.0 in /terraform/aws/analytical-platform/oidc (#6489)
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 05bd3f9 commit 8e95927
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions terraform/aws/analytical-platform/oidc/iam-roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "analytical_platform_data_development_assumable_role" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "5.51.0"
version = "5.52.0"

providers = {
aws = aws.analytical-platform-data-development
Expand Down Expand Up @@ -32,7 +32,7 @@ module "analytical_platform_data_engineering_production_assumable_role" {
for_each = local.deployment_roles

source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "5.51.0"
version = "5.52.0"

providers = {
aws = aws.analytical-platform-data-engineering-production
Expand Down Expand Up @@ -60,7 +60,7 @@ module "analytical_platform_data_engineering_sandbox_a_assumable_role" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "5.51.0"
version = "5.52.0"

providers = {
aws = aws.analytical-platform-data-engineering-sandbox-a
Expand Down Expand Up @@ -94,7 +94,7 @@ module "analytical_platform_data_production_assumable_role" {
for_each = local.deployment_roles

source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "5.51.0"
version = "5.52.0"

providers = {
aws = aws.analytical-platform-data-production
Expand Down Expand Up @@ -123,7 +123,7 @@ module "analytical_platform_development_assumable_role" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "5.51.0"
version = "5.52.0"

providers = {
aws = aws.analytical-platform-development
Expand Down Expand Up @@ -151,7 +151,7 @@ module "analytical_platform_landing_production_assumable_role" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "5.51.0"
version = "5.52.0"

providers = {
aws = aws.analytical-platform-landing-production
Expand Down Expand Up @@ -179,7 +179,7 @@ module "analytical_platform_management_production_assumable_role" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "5.51.0"
version = "5.52.0"

providers = {
aws = aws.analytical-platform-management-production
Expand Down Expand Up @@ -207,7 +207,7 @@ module "analytical_platform_production_assumable_role" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "5.51.0"
version = "5.52.0"

providers = {
aws = aws.analytical-platform-production
Expand Down Expand Up @@ -235,7 +235,7 @@ module "mi_platform_development_assumable_role" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "5.51.0"
version = "5.52.0"

providers = {
aws = aws.mi-platform-development
Expand Down

0 comments on commit 8e95927

Please sign in to comment.