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. 15 Oct, 2019 1 commit
    • Martin Atkins's avatar
      Revise our contributing/development documentation · f96edbb1
      Martin Atkins authored
      Our documentation for how to contribute was in quite a state of disrepair,
      with some documents still describing things as they were before moving
      providers into separate repositories, others making assumptions about
      Go development that are no longer true in modules mode, and so forth.
      
      This is an attempt at a reset to a good state that should work with the
      codebase as it currently stands, and should hopefully serve as a basis
      for iterative improvement from here.
      
      These new instructions lean primarily on standard Go toolchain usage and
      instruct using the Makefile only for some Terraform-specific situations
      that the Go toolchain does not automatically handle. The idea here is that
      this direct usage of primary commands in the Go toolchain is less likely
      to be broken by changes in future Go releases, and should be immediately
      familiar to anyone who has experience with Go development.
      f96edbb1
  2. 02 Nov, 2017 1 commit
    • Martin Atkins's avatar
      provider/terraform: reorganize for merge into core · a3ced1a3
      Martin Atkins authored
      The "terraform" provider was previously split out into its own repository,
      but that turned out to be a mistake due to how tightly it depends on
      aspects of Terraform Core.
      
      Here we prepare to bring it back into the core repository by reorganizing
      the directory layout to conform with what's expected there.
      a3ced1a3
  3. 01 Nov, 2017 1 commit
  4. 29 Oct, 2017 1 commit