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 Oct, 2020 5 commits
    • Martin Atkins's avatar
      command/cliconfig: Allow development overrides for providers · 30204ecd
      Martin Atkins authored
      For normal provider installation we want to associate each provider with
      a selected version number and find a suitable package for that version
      that conforms to the official hashes for that release.
      
      Those requirements are very onerous for a provider developer currently
      testing a not-yet-released build, though. To allow for that case this new
      CLI configuration feature allows overriding specific providers to refer
      to give local filesystem directories.
      
      Any provider overridden in this way is not subject to the usual
      restrictions about selected versions or checksum conformance, and
      activating an override won't cause any changes to the selections recorded
      in the lock file because it's intended to be a temporary setting for one
      developer only.
      
      This is, in a sense, a spiritual successor of an old capability we had to
      override specific plugins in the CLI configuration file. There were
      some vestiges of that left in the main package and CLI config package
      but nothing has actually been honoring them for several versions now and
      so this commit removes them to avoid confusion with the new mechanism.
      30204ecd
    • James Bardin's avatar
      Merge pull request #26606 from hashicorp/jbardin/proposed-set-comparison · 98dc3990
      James Bardin authored
      More precise handling of lists and maps within sets for ProposedNewObject
      98dc3990
    • James Bardin's avatar
      77af322c
    • James Bardin's avatar
      refactor ifs to reduce indentation · b59c6424
      James Bardin authored
      b59c6424
    • James Bardin's avatar
      take dynamic types into account when comparing set · f128b8c4
      James Bardin authored
      If a NestingList or NestingMap contains a dynamic type, they must be
      handled as a cty.Tuple and cty.Object respectively, because the elements
      may not have precisely matching types.
      f128b8c4
  2. 15 Oct, 2020 8 commits
  3. 14 Oct, 2020 24 commits
  4. 13 Oct, 2020 3 commits