Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cweibel committed Jun 23, 2022
1 parent 93a05c3 commit 29c11c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "null_resource" "configure_bosh_rds" {
host = var.host
}
}

}

output "rendered_file_contents" {value = data.template_file.myfile.rendered }
output "rendered_file_location" {value = "${var.rendered_file_destination}/${var.rendered_file_name}" }

0 comments on commit 29c11c1

Please sign in to comment.