Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent cb15e48 commit 33d53eb
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.1.18"
source = "github.com/pbs/terraform-aws-iam-role-module?ref=0.1.19"

policy_json = jsonencode({
"Version" : "2012-10-17",
Expand Down

0 comments on commit 33d53eb

Please sign in to comment.