Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. $ TF_LOG=TRACE tf init .
  2. 2019/04/09 21:26:49 [INFO] Terraform version: 0.11.13
  3. 2019/04/09 21:26:49 [INFO] Go runtime version: go1.12
  4. 2019/04/09 21:26:49 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.13/bin/terraform", "init", "."}
  5. 2019/04/09 21:26:49 [DEBUG] Attempting to open CLI config file: /Users/adeitcher/.terraformrc
  6. 2019/04/09 21:26:49 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
  7. 2019/04/09 21:26:49 [INFO] CLI command args: []string{"init", "."}
  8. 2019/04/09 21:26:49 [DEBUG] command: loading backend config file: /tmp/backend-test
  9.  
  10. Initializing the backend...
  11. 2019/04/09 21:26:49 [DEBUG] command: no data state file found for backend config
  12. 2019/04/09 21:26:49 [DEBUG] New state was assigned lineage "f2efeb4c-20b6-059f-66c4-38c67e3d3df9"
  13. 2019/04/09 21:26:49 [DEBUG] command: asking for input: "region"
  14. region
  15. The region of the S3 bucket.
  16.  
  17. Enter a value: ^C
  18. 2019/04/09 21:26:51 [DEBUG] plugin: waiting for all plugin processes to complete...
  19. Error asking for input to configure the backend "s3": region: interrupted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement