We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0ef5e commit 8187761Copy full SHA for 8187761
outputs.tf
@@ -33,6 +33,11 @@ output "automq_byoc_console_role_arn" {
33
value = aws_iam_role.automq_byoc_role.arn
34
}
35
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
+
41
output "automq_byoc_security_group_id" {
42
description = "Security group bound to the AutoMQ BYOC service."
43
value = aws_security_group.automq_byoc_console_sg.id
0 commit comments