Skip to content

Instantly share code, notes, and snippets.

@duckpuppy
Created June 15, 2017 18:59
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 duckpuppy/05d4185357835cea88b46674aa423957 to your computer and use it in GitHub Desktop.
Save duckpuppy/05d4185357835cea88b46674aa423957 to your computer and use it in GitHub Desktop.
Terraform DEBUG output for backend migration issue
2017/06/15 14:59:01 [INFO] Terraform version: 0.9.8
2017/06/15 14:59:01 [INFO] Go runtime version: go1.8.3
2017/06/15 14:59:01 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.9.8/bin/terraform", "init"}
2017/06/15 14:59:01 [DEBUG] Detected home directory from env var: /Users/patrickaikens
2017/06/15 14:59:01 [DEBUG] Detected home directory from env var: /Users/patrickaikens
2017/06/15 14:59:01 [DEBUG] Attempting to open CLI config file: /Users/patrickaikens/.terraformrc
2017/06/15 14:59:01 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/06/15 14:59:01 [INFO] CLI command args: []string{"init"}
2017/06/15 14:59:01 [DEBUG] Detected home directory from env var: /Users/patrickaikens
Downloading modules (if any)...
Get: git://github.ove.local/ReleaseEngineering/tf_manheim_networking.git?ref=v0.2.0
Get: git://github.ove.local/terraform-modules/manheim_default_security_groups.git?ref=v1.5
Get: git://github.ove.local/terraform-modules/vpc_peer_accepter.git?ref=v1.0
Get: git://github.ove.local/terraform-modules/vpc_peer_accepter.git?ref=v1.0
Get: git://github.ove.local/terraform-modules/vpc_peer_accepter.git?ref=v1.0
Get: git://github.ove.local/ReleaseEngineering/tf_manheim_networking.git?ref=v0.2.0
2017/06/15 14:59:01 [DEBUG] command: loading backend config file: /Users/patrickaikens/src/github.ove.local/infrastructure/manheim_dev_manheim_vpc
Initializing the backend...
2017/06/15 14:59:01 [TRACE] Preserving existing state lineage "f7c0fca1-7743-4185-be04-263a5d33e958"
2017/06/15 14:59:01 [TRACE] Preserving existing state lineage "f7c0fca1-7743-4185-be04-263a5d33e958"
2017/06/15 14:59:01 [WARN] command: backend config change! saved: 14407804077756232720, new: 17124530260517807993
Backend configuration changed!
Terraform has detected that the configuration specified for the backend
2017/06/15 14:59:01 [DEBUG] command: asking for input: "Do you want to copy the state from \"consul\"?"
has changed. Terraform will now reconfigure for this backend. If you didn't
intend to reconfigure your backend please undo any changes to the "backend"
section in your Terraform configuration.
Do you want to copy the state from "consul"?
Would you like to copy the state from your prior backend "consul" to the
newly configured "s3" backend? If you're reconfiguring the same backend,
answering "yes" or "no" shouldn't make a difference. Please answer exactly
"yes" or "no".
Enter a value:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment