Skip to content

Commit

Permalink
Bump role::terraform-aws-iam-role-module from 0.2.1 to 0.2.2
Browse files Browse the repository at this point in the history
Bumps [role::terraform-aws-iam-role-module](https://github.com/pbs/terraform-aws-iam-role-module) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/pbs/terraform-aws-iam-role-module/releases)
- [Commits](pbs/terraform-aws-iam-role-module@0.2.1...0.2.2)

---
updated-dependencies:
- dependency-name: role::github::pbs/terraform-aws-iam-role-module::0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 89a8096 commit 02eeb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "role" {
count = var.execution_role_arn == null ? 1 : 0

source = "github.com/pbs/terraform-aws-iam-role-module?ref=0.2.1"
source = "github.com/pbs/terraform-aws-iam-role-module?ref=0.2.2"

name = local.execution_role_name

Expand Down

0 comments on commit 02eeb32

Please sign in to comment.