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. 08 Jul, 2022 1 commit
  2. 07 Jul, 2022 1 commit
    • Martin Atkins's avatar
      addrs: Format string instance keys in an HCL-compatible way · de8eef1d
      Martin Atkins authored
      So far we've only ever needed to re-parse address strings that happen not
      to contain instance keys and so we've gotten away with our serialization
      of these not being quite right, but given how liberally we've expected to
      be able to use address strings from this package for wire format
      interchange it seems likely that this is going to surprise us eventually.
      
      Now we'll use an escaping scheme compatible with HCL's parser rather
      than Go's parser, and so we can safely rely on hclsyntax.ParseTraversal
      as part of reversing this operation to transform an address string back
      into an address equivalent to the value it was created from.
      de8eef1d
  3. 06 Jul, 2022 15 commits
  4. 05 Jul, 2022 10 commits
  5. 01 Jul, 2022 11 commits
  6. 30 Jun, 2022 2 commits