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. 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
  2. 26 Jul, 2019 1 commit
  3. 25 Jul, 2019 5 commits
  4. 24 Jul, 2019 1 commit
  5. 23 Jul, 2019 6 commits
  6. 22 Jul, 2019 4 commits
  7. 19 Jul, 2019 11 commits
  8. 18 Jul, 2019 10 commits