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 : "" +# }