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-engineering-sandbox-a/airflow-create-a-pipeline (#6499)
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 24fc52b commit 249fa20
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 @@ -147,7 +147,7 @@ module "airflow_create_a_pipeline_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-create-a-pipeline"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "airflow_create_a_pipeline_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-create-a-pipeline"

Expand Down

0 comments on commit 249fa20

Please sign in to comment.