Skip to content

Commit

Permalink
:dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws from 5.39.0 to …
Browse files Browse the repository at this point in the history
…5.39.1 in /terraform/aws/analytical-platform-data-production/github-airflow-cjs-dashboard-data (#4483)
  • Loading branch information
dependabot[bot] authored Jun 6, 2024
1 parent 02b9fff commit de5403e
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 @@ -81,7 +81,7 @@ module "github_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.39.0"
version = "5.39.1"

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "github_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.39.0"
version = "5.39.1"

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

Expand Down

0 comments on commit de5403e

Please sign in to comment.