Skip to content

Commit

Permalink
removed output value
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 17, 2020
1 parent 9f830a5 commit 2e82bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "strongdm_gateway_ips" {
value = module.sdm.sdm_gateway_ips != null ? module.sdm.sdm_gateway_ips : ["No Gateways Found"]
value = module.sdm.sdm_gateway_ips != null ? module.sdm.sdm_gateway_ips : null
description = "The IP addresses assigned to your strongDM gateways"
}

0 comments on commit 2e82bc9

Please sign in to comment.