This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TF_LOG=trace AWS_PROFILE=test AWS_REGION=us-east-1 TS_ENV=sandbox terraspace init cloudfront-assets-marketplace | |
2022-04-06T16:13:39.223+1000 [INFO] Terraform version: 1.1.7 | |
2022-04-06T16:13:39.223+1000 [INFO] Go runtime version: go1.17.2 | |
2022-04-06T16:13:39.223+1000 [INFO] CLI args: []string{"/Users/nousunio/.tfenv/versions/1.1.7/terraform", "--version"} | |
2022-04-06T16:13:39.223+1000 [TRACE] Stdout is not a terminal | |
2022-04-06T16:13:39.223+1000 [TRACE] Stderr is a terminal of width 184 | |
2022-04-06T16:13:39.223+1000 [TRACE] Stdin is a terminal | |
2022-04-06T16:13:39.223+1000 [DEBUG] Attempting to open CLI config file: /Users/nousunio/.terraformrc | |
2022-04-06T16:13:39.223+1000 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2022-04-06T16:13:39.223+1000 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": [ | |
// "@babel/preset-env" | |
"@babel/preset-react" | |
// "react-app" | |
], | |
"plugins": [ | |
// "@babel/plugin-proposal-class-properties", | |
"react-refresh/babel" | |
] |