diff --git a/teleport-bootstrap-script/outputs.tf b/teleport-bootstrap-script/outputs.tf index 21ce497..b96b81c 100644 --- a/teleport-bootstrap-script/outputs.tf +++ b/teleport-bootstrap-script/outputs.tf @@ -1,3 +1,3 @@ output "teleport_bootstrap_script" { - value = ["${data.template_file.teleport_bootstrap_script.rendered}"] + value = "${data.template_file.teleport_bootstrap_script.rendered}" }