Browse Source

Add comment to CopyTfEnv

pull/58/head
Jacob McCann 7 years ago
parent
commit
f308949c4a
  1. 1
      plugin.go

1
plugin.go

@ -132,6 +132,7 @@ func installCaCert(cacert string) *exec.Cmd {
) )
} }
// CopyTfEnv creates copies of TF_VAR_ to lowercase
func CopyTfEnv() { func CopyTfEnv() {
tfVar := regexp.MustCompile(`^TF_VAR_.*$`) tfVar := regexp.MustCompile(`^TF_VAR_.*$`)
for _, e := range os.Environ() { for _, e := range os.Environ() {

Loading…
Cancel
Save