Skip to content

Commit

Permalink
Bump role::terraform-aws-iam-role-module from 0.2.0 to 0.2.1
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.0 to 0.2.1.
- [Release notes](https://github.com/pbs/terraform-aws-iam-role-module/releases)
- [Commits](pbs/terraform-aws-iam-role-module@0.2.0...0.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 5c7ac31 commit 9cfbe04
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.0"
source = "github.com/pbs/terraform-aws-iam-role-module?ref=0.2.1"

name = local.execution_role_name

Expand Down

0 comments on commit 9cfbe04

Please sign in to comment.