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. 13 Feb, 2020 4 commits
    • Kristin Laemmert's avatar
      addrs: embed Provider in AbsProviderConfig instead of Type · 47a16b09
      Kristin Laemmert authored
      a large refactor to addrs.AbsProviderConfig, embedding the addrs.Provider instead of a Type string. I've added and updated tests, added some Legacy functions to support older state formats and shims, and added a normalization step when reading v4 (current) state files (not the added tests under states/statefile/roundtrip which work with both current and legacy-style AbsProviderConfig strings).
      
      The remaining 'fixme' and 'todo' comments are mostly going to be addressed in a subsequent PR and involve looking up a given local provider config's FQN. This is fine for now as we are only working with default assumption.
      47a16b09
    • Kristin Laemmert's avatar
      Changelog cleanup for 0.13 (#24108) · 6b3debb8
      Kristin Laemmert authored
      * Changelog cleanup for 0.13
      6b3debb8
    • Pam Selle's avatar
      Update to 0.13 version (#24106) · 4cfdec76
      Pam Selle authored
      4cfdec76
    • Li Kexian's avatar
      backend/cos: Add TencentCloud backend cos with lock (#22540) · 76e5b446
      Li Kexian authored
      * add TencentCloud COS backend for remote state
      
      * add vendor of dependence
      
      * fixed error not handle and remove default value for prefix argument
      
      * get appid from TF_COS_APPID environment variables
      76e5b446
  2. 12 Feb, 2020 7 commits
  3. 11 Feb, 2020 1 commit
    • Kristin Laemmert's avatar
      configs: added map to configs.Module for provider local name lookup (#24039) · 851e6dcd
      Kristin Laemmert authored
      * configs: added map of ProviderLocalNames to configs.Module
      
      We will need to lookup any user-supplied local names for a given FQN.
      This PR adds a map of ProviderLocalNames to the Module, along with
      adding tests for this and for decodeRequiredProvidersBlock.
      
      This also introduces the appearance of support for a required_provider
      "source" attribute, but ignores any user-supplied source and instead
      continues to assume that addrs.NewLegacyProvider is the way to go.
      851e6dcd
  4. 10 Feb, 2020 3 commits
  5. 07 Feb, 2020 1 commit
  6. 06 Feb, 2020 8 commits
  7. 05 Feb, 2020 8 commits
  8. 04 Feb, 2020 6 commits
  9. 03 Feb, 2020 2 commits