Skip to content

Commit 062e53d

Browse files
committed
test where credential comes from
1 parent c01edd0 commit 062e53d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tfplan2cai/test/environment_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package test
22

33
import (
4+
"fmt"
45
"log"
56
"os"
67
"path/filepath"
@@ -53,6 +54,8 @@ func getTestCredsFromEnv() string {
5354
log.Printf("missing env var TEST_CREDENTIALS, will try to use Application Default Credentials")
5455
}
5556

57+
fmt.Printf("credentials = %v", credentials)
58+
5659
return credentials
5760
}
5861

0 commit comments

Comments
 (0)