Skip to content

Commit

Permalink
provisioner_task_role_name (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
shwethaumashanker authored Feb 28, 2024
1 parent faba437 commit 5bdb669
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-planets-grin.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/beige-planets-grin1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/terraform-aws-common-fate-deployment": minor
---

Fixed task_role_name output for provisioner module
4 changes: 2 additions & 2 deletions modules/provisioner/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ output "task_role_arn" {
}

output "task_role_name" {
description = "The ARN of the IAM role assumed by the task"
value = aws_iam_role.provisioner_ecs_task_role.arn
description = "The name of the IAM role assumed by the task"
value = aws_iam_role.provisioner_ecs_task_role.name
}

0 comments on commit 5bdb669

Please sign in to comment.