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. 01 Aug, 2019 4 commits
  2. 31 Jul, 2019 5 commits
    • tmatias's avatar
      e825dd04
    • Martin Atkins's avatar
      website: example of csvdecode with for_each · 5cb80c43
      Martin Atkins authored
      We added the csvdecode function originally with the intent of it being
      used with for_each, but because csvdecode was released first we had a
      section in its documentation warning about the downsides of using it with
      "count", since that seemed like something people would be likely to try.
      
      With resource "for_each" now merged, we can replace that scary section
      with a more positive example of using these two features together.
      
      We still include a paragraph noting that "count" _could_ be used here, but
      with a caution against doing so. This is in the hope of helping users
      understand the difference between these two patterns and why for_each is
      the superior choice for most situations.
      5cb80c43
    • tf-release-bot's avatar
      Cleanup after v0.12.6 release · caf5bc84
      tf-release-bot authored
      caf5bc84
    • tf-release-bot's avatar
      v0.12.6 · 380226f0
      tf-release-bot authored
      380226f0
    • James Bardin's avatar
      update CHANGELOG.md · 539148ac
      James Bardin authored
      539148ac
  3. 30 Jul, 2019 16 commits
  4. 29 Jul, 2019 7 commits
  5. 27 Jul, 2019 2 commits
    • James Bardin's avatar
      don't validate MinItems with unknowns in a block · 4bed030d
      James Bardin authored
      If there are unknowns, the block may have come from a dynamic
      declaration, and we can't validate MinItems. Once the blocks are
      expanded, we will get the full config for validation without any unknown
      values.
      4bed030d
    • James Bardin's avatar
      don't check MinItems with unknowns in blocks · 67dbd6d3
      James Bardin authored
      If a block was defined via "dynamic", there will be only one block value
      until the expansion is known. Since we can't detect dynamic blocks at
      this point, don't verify MinItems while there are unknown values in the
      config.
      
      The decoder spec can also only check for existence of a block, so limit
      the check to 0 or 1.
      67dbd6d3
  6. 26 Jul, 2019 6 commits