Skip to content

Commit

Permalink
fix errors in output format
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulnandan-appzen committed May 13, 2022
1 parent 6b9618f commit 0889204
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
Expand Up @@ -15,5 +15,5 @@ output "elastic_ips" {

output "transfer_id" {
description = "The id of the transfer server"
value = module.this.enabled ? aws_transfer_server.default.*.id : null
value = module.this.enabled ? join("", aws_transfer_server.default.*.id) : null
}

0 comments on commit 0889204

Please sign in to comment.