Skip to content

Commit

Permalink
Merge pull request #884 from portefaix/renovate/terraform-aws-modules…
Browse files Browse the repository at this point in the history
…-iam-aws-5.x

Update Terraform terraform-aws-modules/iam/aws to v5.32.0
  • Loading branch information
nlamirault authored Dec 8, 2023
2 parents cf1c118 + e50a72a commit 6a79d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/github/oidc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "iam_github_oidc_provider" {

module "iam_github_oidc_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-github-oidc-role"
version = "5.30.0"
version = "5.32.0"

name = "PortefaixGithubActions"
description = "IAM role that can be assumed by GitHub Actions"
Expand Down

0 comments on commit 6a79d8d

Please sign in to comment.