-Step 1 (Make sure aws-cli is installed through which terraform will access your keys)
$gcloud auth application-default login {this is for authentication with google cloud}
$gcloud services enable compute.googleapis.com
$gcloud services enable container.googleapis.com
-Step 2 (Will make use of google-cli on the server installed in step 1)