Skip to content

Commit a032f19

Browse files
authored
Merge pull request #48 from pbs/dependabot/terraform/default_role--github--pbs/terraform-aws-iam-role-module--0.1.16-0.1.17
Bump default_role::terraform-aws-iam-role-module from 0.1.16 to 0.1.17
2 parents 71917a9 + 3f8081c commit a032f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ data "aws_iam_policy_document" "default_policy_document" {
6868

6969
module "default_role" {
7070
count = var.role_arn != null ? 0 : 1
71-
source = "github.com/pbs/terraform-aws-iam-role-module?ref=0.1.16"
71+
source = "github.com/pbs/terraform-aws-iam-role-module?ref=0.1.17"
7272

7373
name = local.name
7474

0 commit comments

Comments
 (0)