Skip to content

Instantly share code, notes, and snippets.

@deitch
Created April 9, 2019 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deitch/3e7dac801c4f316ec322b38a0990a425 to your computer and use it in GitHub Desktop.
Save deitch/3e7dac801c4f316ec322b38a0990a425 to your computer and use it in GitHub Desktop.
$ TF_LOG=TRACE tf init .
2019/04/09 21:26:49 [INFO] Terraform version: 0.11.13
2019/04/09 21:26:49 [INFO] Go runtime version: go1.12
2019/04/09 21:26:49 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.13/bin/terraform", "init", "."}
2019/04/09 21:26:49 [DEBUG] Attempting to open CLI config file: /Users/adeitcher/.terraformrc
2019/04/09 21:26:49 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/04/09 21:26:49 [INFO] CLI command args: []string{"init", "."}
2019/04/09 21:26:49 [DEBUG] command: loading backend config file: /tmp/backend-test
Initializing the backend...
2019/04/09 21:26:49 [DEBUG] command: no data state file found for backend config
2019/04/09 21:26:49 [DEBUG] New state was assigned lineage "f2efeb4c-20b6-059f-66c4-38c67e3d3df9"
2019/04/09 21:26:49 [DEBUG] command: asking for input: "region"
region
The region of the S3 bucket.
Enter a value: ^C
2019/04/09 21:26:51 [DEBUG] plugin: waiting for all plugin processes to complete...
Error asking for input to configure the backend "s3": region: interrupted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment