Skip to content

Commit

Permalink
Interpolation-only expressions are deprecated (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost Döbken authored Oct 26, 2020
1 parent e45e210 commit 61c01da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "null_resource" "install" {

provisioner "remote-exec" {
inline = [
"${element(data.template_file.install.*.rendered, count.index)}"
element(data.template_file.install.*.rendered, count.index)
]
}

Expand Down

0 comments on commit 61c01da

Please sign in to comment.