Skip to content

Instantly share code, notes, and snippets.

@johnAirRobe
johnAirRobe / gist:51539c68ee647733926331f9d7456819
Created April 6, 2022 06:35
Terraform Incompatible provider version error
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
@johnAirRobe
johnAirRobe / .babelrc
Last active April 13, 2022 23:34
Setting up React Fast Refresh for chrome-extension-boilerplate-react project
{
"presets": [
// "@babel/preset-env"
"@babel/preset-react"
// "react-app"
],
"plugins": [
// "@babel/plugin-proposal-class-properties",
"react-refresh/babel"
]