Skip to content

Commit 9a80bed

Browse files
committed
Added deployers_policy_arn to outputs.
1 parent f85408c commit 9a80bed

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.2.9 (Feb 10, 2026)
2+
* Added `deployers_policy_arn` to outputs.
3+
14
# 0.2.8 (Feb 10, 2026)
25
* Added IAM policy for deployers that can be attached to IAM Roles.
36

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ output "deployers_policy_name" {
1818
description = "string ||| Name of the deployers IAM Policy that is allowed to deploy to the Fargate cluster."
1919
}
2020

21+
output "deployers_policy_arn" {
22+
value = aws_iam_policy.deployers.arn
23+
description = "string ||| ARN of the deployers IAM Policy that is allowed to deploy to the Fargate cluster."
24+
}
25+
2126
output "capacity_provider_name" {
2227
value = aws_ecs_capacity_provider.this.name
2328
description = "string ||| The name of the capacity provider used by the cluster. This provides a hook into the same compute resources for provisioning ECS tasks."

0 commit comments

Comments
 (0)