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. 18 May, 2020 1 commit
  2. 14 May, 2020 7 commits
  3. 13 May, 2020 10 commits
  4. 12 May, 2020 8 commits
  5. 11 May, 2020 6 commits
  6. 08 May, 2020 6 commits
  7. 07 May, 2020 2 commits
    • Robin Norwood's avatar
    • Alisdair McDiarmid's avatar
      command: Change 0.13upgrade default to versions.tf · a740b739
      Alisdair McDiarmid authored
      Instead of using providers.tf as the default output file for the
      upgrader, we now default to versions.tf. This means that if the
      configuration has no `required_providers` blocks at all, or has
      multiple, the provider version requirements will be stored in the
      versions.tf file.
      
      We now also update the versions.tf file to set a `required_version`
      attribute in the first `terraform` block, with value ">= 0.13". This
      is similar to the behaviour of the 0.12upgrade command, and signals that
      the configuration should not be used with older versions of Terraform.
      a740b739