Skip to content

Commit

Permalink
Bump terraform-aws-modules/iam/aws in /terraform-iac/dev/setup
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) from 5.39.1 to 5.41.0.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-iam/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-iam/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-iam@v5.39.1...v5.41.0)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/iam/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent b396d27 commit db6167e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-iac/modules/setup/setup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "my_ecr" {

module "gha_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.39.1"
version = "5.41.0"
create_role = true
role_name = "${local.name}-${var.env}-gha"
provider_url = module.acs.github_oidc_provider.url
Expand Down

0 comments on commit db6167e

Please sign in to comment.