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 Sep, 2020 7 commits
  2. 15 Sep, 2020 2 commits
  3. 14 Sep, 2020 5 commits
    • James Bardin's avatar
      update CHANGELOG.md · d24b4f77
      James Bardin authored
      d24b4f77
    • James Bardin's avatar
      Merge pull request #26231 from hashicorp/jbardin/backport-26192 · a784cbef
      James Bardin authored
      Backport 26192
      a784cbef
    • James Bardin's avatar
      apply the stored plan CreateThenDelete action · a16e6173
      James Bardin authored
      When applying a plan, a forced CreateBeforeDestroy may not be set during
      the apply walk when downstream resources are no longer present in the
      graph. We still need to stick to that plan, and both the
      NodeApplyableResourceInstance EvalTree and the individual Eval nodes
      need to operate on that planned value.
      
      Ensure that we always check for an existing plan when determining
      CreateBeforeDestroy status. This must happen in 2 different code paths
      due to the eval node pattern currently in-use. Future refactoring may be
      able to unify these code-paths to make this less fragile.
      a16e6173
    • James Bardin's avatar
      add test for forced cbd with no other changes · 98cbfee2
      James Bardin authored
      If a resource is forced CreateBeforeDestroy from a dependent resource,
      and that dependent has no changes, the plan is changed from
      CreateThenDelete to DeleteThenCreate causing an apply error.
      98cbfee2
    • James Bardin's avatar
      not all plan action changes are provider bugs · 765edc28
      James Bardin authored
      A provider cannot influence CreateThenDelete vs DeleteThenCreate, so we
      shouldn't attribute this to the provider in the error.
      765edc28
  4. 11 Sep, 2020 9 commits
  5. 10 Sep, 2020 3 commits
  6. 09 Sep, 2020 3 commits
  7. 08 Sep, 2020 3 commits
  8. 02 Sep, 2020 4 commits
  9. 01 Sep, 2020 4 commits