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. 26 Jun, 2018 1 commit
    • Martin Atkins's avatar
      addrs: new package for representing addresses · 8c5c1510
      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.
      8c5c1510