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. 19 Apr, 2022 2 commits
  2. 15 Apr, 2022 4 commits
  3. 14 Apr, 2022 7 commits
  4. 13 Apr, 2022 14 commits
  5. 12 Apr, 2022 2 commits
  6. 11 Apr, 2022 10 commits
  7. 08 Apr, 2022 1 commit
    • Alisdair McDiarmid's avatar
      cli: Fix plan diff for sensitive nested attributes · d23f0998
      Alisdair McDiarmid authored
      When rendering diffs for resources which use nested attribute types, we
      must cope with collections backing those attributes which are entirely
      sensitive. The most common way this will be seen is through sensitive
      values being present in sets, which will result in the entire set being
      marked sensitive.
      d23f0998