Skip to content

Commit

Permalink
join list
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel committed Mar 26, 2018
1 parent ffdb365 commit cbf76e7
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 "worker_security_group_id" {
}

output "cfssl_data_volumeid" {
value = "${compact(split("-", aws_ebs_volume.cfssl-data.id))}"
value = "${join("", split("-", aws_ebs_volume.cfssl-data.id))}"
}

0 comments on commit cbf76e7

Please sign in to comment.