Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit aa5eac9

Browse files
committed
Add prefix to bash source
1 parent 38a1d02 commit aa5eac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashsource.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource null_resource "build_source" {
22
provisioner "local-exec" {
3-
command = "echo \"export KUBECONFIG=${path.root}/generated/kubeconfig\" > source.sh "
3+
command = "echo \"export KUBECONFIG=${path.root}/generated/kubeconfig\" > ${var.label_prefix}source.sh"
44
}
55
}
66

0 commit comments

Comments
 (0)