Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit d15768b

Browse files
Magicloudketzacoatl
authored andcommitted
Revert removing output asg_iam_role_name
And rework its implementation following current policy attaching style.
1 parent 89c12e4 commit d15768b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/single-node-asg/outputs.tf

+5
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ output "asg_name" {
22
value = module.server.name
33
description = "`name` exported from the Server `aws_autoscaling_group`"
44
}
5+
6+
output "asg_iam_role_name" {
7+
value = module.instance_profile.iam_role_name
8+
description = "`name` exported from the Service Data `aws_iam_role`"
9+
}

0 commit comments

Comments
 (0)