This project is mirrored from https://:*****@github.com/hashicorp/terraform.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 12 Oct, 2018 2 commits
  2. 11 Oct, 2018 4 commits
    • Martin Atkins's avatar
      backend/local: Increase log verbosity for backend context construction · 6245ec36
      Martin Atkins authored
      There are several steps here and a number of them can include reaching out
      to remote servers or executing local processes, so it's helpful to have
      some trace logs to better narrow down causes of errors and hangs during
      this step.
      6245ec36
    • Martin Atkins's avatar
      command: Update backend-unchanged fixture for new expectations · d170507a
      Martin Atkins authored
      Our serialization of the backend configuration has changed slightly for
      Terraform 0.12 due to reimplementing it in terms of the HCL2 types, so
      the base case that should be unchanged during the test needs to be
      changed.
      d170507a
    • Martin Atkins's avatar
      command/format: be resilient to incomplete schema when formatting state · c6804959
      Martin Atkins authored
      In all real cases the schemas should be populated here, but we don't want
      to panic in UI rendering code if there's a bug here.
      
      This can also be tripped up by tests with incomplete mocks. It's
      unfortunate that this can therefore mask some problems in tests, but tests
      can protect against it by asserting on specific output text rather than
      just assuming that a zero exit status is a pass.
      c6804959
    • Martin Atkins's avatar
      backend/local: reinstate additional steps in plan file processing · cbe24929
      Martin Atkins authored
      In earlier refactoring we skipped implementing prior state safety checks,
      propagating the target addresses from plan, and verifying that all of
      the providers are exactly the same from the plan being created.
      
      This change reinstates those checks, including a new error message for
      the "stale plan" situation.
      cbe24929
  3. 10 Oct, 2018 6 commits
  4. 09 Oct, 2018 15 commits
  5. 08 Oct, 2018 12 commits
  6. 06 Oct, 2018 1 commit