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. 17 Oct, 2018 2 commits
    • Martin Atkins's avatar
      addrs: All Referenceable implementations support String() · e5dfa174
      Martin Atkins authored
      This gives us a convenient way to convert back to a string representation
      that matches what the user would've written in configuration.
      e5dfa174
    • Martin Atkins's avatar
      addrs: new package for representing addresses · b9d84f29
      Martin Atkins authored
      This package is intended to contain all the functionality for parsing,
      representing, and formatting addresses of objects within Terraform.
      
      It will eventually subsume the responsibilities of both the
      InterpolatedVariable and ResourceAddress types in the "terraform" package,
      but for the moment is just a set of types for representing these things,
      lacking any way to parse or format them. The remaining functionality
      will follow in subsequent commits.
      b9d84f29