Skip to content

Commit d9c9448

Browse files
dependabot[bot]joshgubler
authored andcommitted
Bump terraform-aws-modules/iam/aws from 5.55.0 to 5.58.0 in /iac/setup
Bumps [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) from 5.55.0 to 5.58.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.55.0...v5.58.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-version: 5.58.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7b2515 commit d9c9448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iac/setup/setup.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ resource "aws_ssm_parameter" "some_secret" {
7070

7171
module "gha_role" {
7272
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
73-
version = "5.55.0"
73+
version = "5.58.0"
7474
create_role = true
7575
role_name = "${local.name}-${var.env}-gha"
7676
provider_url = module.acs.github_oidc_provider.url

0 commit comments

Comments
 (0)