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-data-production/github-actions-roles (#6501)
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 249fa20 commit 8eae157
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "find_moj_data_glue_access_iam_policy" {
#checkov:skip=CKV_TF_1:Module is from Terraform registry

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

name_prefix = "github-find-moj-data-glue-access"

Expand All @@ -29,7 +29,7 @@ module "find_moj_data_glue_access_iam_role" {
#checkov:skip=CKV_TF_1:Module is from Terraform registry

source = "terraform-aws-modules/iam/aws//modules/iam-github-oidc-role"
version = "5.52.0"
version = "5.52.1"

name = "github-find-moj-data-glue-access"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module "airflow_cjs_dashboard_data_iam_policy" {
#checkov:skip=CKV_TF_1:Module is from Terraform registry

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

name_prefix = "github-airflow-cjs-dashboard-data"

Expand All @@ -92,7 +92,7 @@ module "airflow_cjs_dashboard_data_iam_role" {
#checkov:skip=CKV_TF_1:Module is from Terraform registry

source = "terraform-aws-modules/iam/aws//modules/iam-github-oidc-role"
version = "5.52.0"
version = "5.52.1"

name = "github-airflow-cjs-dashboard-data"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module "bold_rr_pilot_families_nlp_iam_policy" {
#checkov:skip=CKV_TF_1:Module is from Terraform registry

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

name_prefix = "github-bold-rr-pilot-families-nlp"

Expand All @@ -31,7 +31,7 @@ module "bold_rr_pilot_families_nlp_iam_role" {
#checkov:skip=CKV_TF_1:Module is from Terraform registry

source = "terraform-aws-modules/iam/aws//modules/iam-github-oidc-role"
version = "5.52.0"
version = "5.52.1"

name = "github-bold-rr-pilot-families-nlp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "cjs_dashboard_app_iam_policy" {
#checkov:skip=CKV_TF_1:Module is from Terraform registry

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

name_prefix = "github-cjs-dashboard-app"

Expand All @@ -28,7 +28,7 @@ module "cjs_dashboard_app_iam_role" {
#checkov:skip=CKV_TF_1:Module is from Terraform registry

source = "terraform-aws-modules/iam/aws//modules/iam-github-oidc-role"
version = "5.52.0"
version = "5.52.1"

name = "github-cjs-dashboard-app"

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

name_prefix = "create-a-derived-table"

Expand All @@ -114,7 +114,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.52.0"
version = "5.52.1"

role_name = "create-a-derived-table"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module "mlflow_access_iam_policy" {
#checkov:skip=CKV_TF_1:Module is from Terraform registry

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

name_prefix = "github-mlflow-access"

Expand All @@ -92,7 +92,7 @@ module "mlflow_access_iam_role" {
#checkov:skip=CKV_TF_1:Module is from Terraform registry

source = "terraform-aws-modules/iam/aws//modules/iam-github-oidc-role"
version = "5.52.0"
version = "5.52.1"

name = "github-mlflow-access"

Expand Down

0 comments on commit 8eae157

Please sign in to comment.