mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-21 14:20:40 +00:00
Add comment to CopyTfEnv
This commit is contained in:
parent
a3571a2b10
commit
f308949c4a
@ -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…
Reference in New Issue
Block a user