Skip to content

Commit

Permalink
Update role module to get role name output
Browse files Browse the repository at this point in the history
  • Loading branch information
socketbox committed Nov 30, 2023
1 parent b4a269f commit 8fb3bcc
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.2"
source = "github.com/pbs/terraform-aws-iam-role-module.git?ref=0.2.4"

name = local.execution_role_name

Expand Down

0 comments on commit 8fb3bcc

Please sign in to comment.