Skip to content

Commit 8187761

Browse files
committed
feat: add output for automq_byoc_console_instance_profile_arn with description
1 parent 4c0ef5e commit 8187761

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ output "automq_byoc_console_role_arn" {
3333
value = aws_iam_role.automq_byoc_role.arn
3434
}
3535

36+
output "automq_byoc_console_instance_profile_arn" {
37+
description = "IAM Instance profiles ARN"
38+
value = aws_iam_instance_profile.automq_byoc_instance_profile.arn
39+
}
40+
3641
output "automq_byoc_security_group_id" {
3742
description = "Security group bound to the AutoMQ BYOC service."
3843
value = aws_security_group.automq_byoc_console_sg.id

0 commit comments

Comments
 (0)