From 32671a77d259e2450402acab3a842b16ee575742 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 9 May 2022 15:53:44 -0400 Subject: [PATCH] update --- outputs.tf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/outputs.tf b/outputs.tf index af95388..feded2f 100644 --- a/outputs.tf +++ b/outputs.tf @@ -24,12 +24,12 @@ output "instance_profile_name" { value = var.create && var.enable_instance_profile ? aws_iam_instance_profile.role[0].name : "" } -output "instance_profile_arn" { - description = "Created instance profile ARN, if enabled" - value = var.enable_instance_profile ? aws_iam_instance_profile.role[0].arn : "" -} - -output "instance_profile_name" { - description = "Created instance profile name, if enabled" - value = var.enable_instance_profile ? aws_iam_instance_profile.role[0].name : "" -} +# output "instance_profile_arn" { +# description = "Created instance profile ARN, if enabled" +# value = var.enable_instance_profile ? aws_iam_instance_profile.role[0].arn : "" +# } +# +# output "instance_profile_name" { +# description = "Created instance profile name, if enabled" +# value = var.enable_instance_profile ? aws_iam_instance_profile.role[0].name : "" +# }