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. 16 Nov, 2021 1 commit
    • uturunku1's avatar
      Clarify 'cloud' configuration block change message · 1b7f9e47
      uturunku1 authored
      When changing a tag after the workspace has been initialized, executing terraform plan or terraform apply would show the error: Terraform Cloud initialization required, please run "terraform init" Reason: Backend configuration changed from "cloud" to terraform cloud. The "Reason" is incorrect. In this case, the "Reason" should read: "Terraform Cloud configuration block changed".
      I have adjusted the logic around this switch case statement that was assigning the incorrect value to "Reason" (initReason variable) and also worded things a little different.
      1b7f9e47
  2. 17 May, 2021 2 commits
    • Martin Atkins's avatar
      Move states/ to internal/states/ · f40800b3
      Martin Atkins authored
      This is part of a general effort to move all of Terraform's non-library
      package surface under internal in order to reinforce that these are for
      internal use within Terraform only.
      
      If you were previously importing packages under this prefix into an
      external codebase, you could pin to an earlier release tag as an interim
      solution until you've make a plan to achieve the same functionality some
      other way.
      f40800b3
    • Martin Atkins's avatar
      Move backend/ to internal/backend/ · 73dda868
      Martin Atkins authored
      This is part of a general effort to move all of Terraform's non-library
      package surface under internal in order to reinforce that these are for
      internal use within Terraform only.
      
      If you were previously importing packages under this prefix into an
      external codebase, you could pin to an earlier release tag as an interim
      solution until you've make a plan to achieve the same functionality some
      other way.
      73dda868
  3. 11 Aug, 2020 1 commit
    • Kristin Laemmert's avatar
      state: remove deprecated state package (#25490) · 6621501a
      Kristin Laemmert authored
      Most of the state package has been deprecated by the states package.
      This PR replaces all the references to the old state package that
      can be done simply - the low-hanging fruit.
      
      * states: move state.Locker to statemgr
      
      The state.Locker interface was a wrapper around a statemgr.Full, so
      moving this was relatively straightforward.
      
      * command: remove unnecessary use of state package for writing local terraform state files
      
      * move state.LocalState into terraform package
      
      state.LocalState is responsible for managing terraform.States, so it
      made sense (to me) to move it into the terraform package.
      
      * slight change of heart: move state.LocalState into clistate instead of
      terraform
      6621501a
  4. 05 Jun, 2020 2 commits
  5. 04 Jun, 2020 1 commit