Skip to content

Commit

Permalink
Add ECS cluster ARN to output
Browse files Browse the repository at this point in the history
  • Loading branch information
sugdyzhekov authored Mar 26, 2020
1 parent fe64bfd commit 8d481e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ output "security_group_name" {

output "iam_instance_role_name" {
value = aws_iam_role.ec2_instance_role.name
}
}

output "arn" {
value = aws_ecs_cluster.default.arn
}

0 comments on commit 8d481e5

Please sign in to comment.