Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/terraform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: hashicorp/terraform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref

Commits on Dec 8, 2021

  1. Copy the full SHA
    44cd2bb View commit details
  2. website: Shorter heading for the nullable = false variable argument

    This makes it match some incoming links we have elsewhere, but also it
    makes the heading a bit more consice because "module" isn't really adding
    anything here anyway: input variables are _always_ in modules.
    apparentlymart committed Dec 8, 2021
    Copy the full SHA
    02f7ce8 View commit details
  3. Copy the full SHA
    985abce View commit details
  4. website: Correct navbar link to the "Refactoring" page

    We late-reorganized this into the "Module Development" subsection, but
    forgot to update the actual link in the navbar, so it was still linking
    to its old location.
    apparentlymart committed Dec 8, 2021
    Copy the full SHA
    c66a13e View commit details
  5. Copy the full SHA
    4cf567c View commit details
  6. Copy the full SHA
    2ff9c86 View commit details
  7. Copy the full SHA
    402e226 View commit details
  8. Merge pull request #30117 from hashicorp/backport/fix-links-release/s…

    …eemingly-living-dinosaur
    
    Backport of Update broken links into v1.1
    laurapacilio authored Dec 8, 2021
    Copy the full SHA
    cf70a83 View commit details

Commits on Dec 9, 2021

  1. Copy the full SHA
    7c8fadf View commit details

Commits on Dec 13, 2021

  1. backport of commit ec6fe93

    apparentlymart authored and alisdair committed Dec 13, 2021
    Copy the full SHA
    371bf40 View commit details
  2. backport of commit 096cddb

    apparentlymart authored and alisdair committed Dec 13, 2021
    Copy the full SHA
    2aa1300 View commit details

Commits on Dec 14, 2021

  1. Merge pull request #30163 from hashicorp/backport/f-non-existing-modu…

    …le-instance-crash/neatly-perfect-kiwi
    
    Backport of core: Fix crash with orphaned module instance into v1.1
    alisdair authored Dec 14, 2021
    Copy the full SHA
    efcd2e2 View commit details
  2. Update CHANGELOG.md

    alisdair authored Dec 14, 2021
    Copy the full SHA
    c6253cc View commit details
  3. backport of commit 98978b3

    chrisarcand committed Dec 14, 2021
    Copy the full SHA
    b372ebb View commit details
  4. Merge pull request #30165 from hashicorp/backport/chrisarcand/remote-…

    …backend-no-workspaces-regression/firmly-beloved-joey
    
    Backport of command/meta_backend: Allow the remote backend to have no workspaces [again] into v1.1
    chrisarcand authored Dec 14, 2021
    Copy the full SHA
    fc1fd1b View commit details
  5. getmodules: Inline our own fork of getter.GitGetter

    This is a pragmatic temporary solution to allow us to more quickly resolve
    an upstream regression in go-getter locally within Terraform, so that the
    work to upstream it for other callers can happen asynchronously and with
    less time pressure.
    
    This commit doesn't yet include any changes to address the bug, and
    instead aims to be functionally equivalent to getter.GitGetter. A
    subsequent commit will then address the regression, so that the diff of
    that commit will be easier to apply later to the upstream to get the same
    effect there.
    apparentlymart committed Dec 14, 2021
    Copy the full SHA
    0aaca79 View commit details
  6. getmodules: Re-allow git:: source with ref=COMMIT_ID

    Earlier versions of this code allowed "ref" to take any value that would
    be accepted by "git checkout" as a valid target of a symbolic ref. We
    inadvertently accepted a breaking change to upstream go-getter that broke
    that as part of introducing a shallow clone optimization, because shallow
    clone requires selecting a single branch.
    
    To restore the previous capabilities while retaining the "depth" argument,
    here we accept a compromise where "ref" has the stronger requirement of
    being a valid named ref in the remote repository if and only if "depth"
    is set to a value greater than zero. If depth isn't set or is less than
    one, we will do the old behavior of just cloning all of the refs in the
    remote repository in full and then switching to refer to the selected
    branch, tag, or naked commit ID as a separate step.
    
    This includes a heuristic to generate an additional error message hint if
    we get an error from "git clone" and it looks like the user might've been
    trying to use "depth" and "ref=COMMIT" together. We can't recognize that
    error accurately because it's only reported as human-oriented git command
    output, but this heuristic should hopefully minimize situations where we
    show it inappropriately.
    
    For now this is a change in the Terraform repository directly, so that we
    can expedite the fix to an already-reported regression. After this is
    released I tend to also submit a similar set of changes to upstream
    go-getter, at which point we can revert Terraform to using the upstream
    getter.GitGetter instead of our own local fork.
    apparentlymart committed Dec 14, 2021
    Copy the full SHA
    76f430c View commit details
  7. backport of commit d469e86

    jbardin committed Dec 14, 2021
    Copy the full SHA
    448bf2f View commit details
  8. backport of commit 71b9682

    jbardin committed Dec 14, 2021
    Copy the full SHA
    9236c4d View commit details

Commits on Dec 15, 2021

  1. migrate docs to mdx

    dstaley committed Dec 15, 2021
    Copy the full SHA
    cb8e06f View commit details
  2. Merge pull request #30172 from hashicorp/ds.mdx-migration-v1.1

    Migrate docs to MDX (v1.1)
    dstaley authored Dec 15, 2021
    Copy the full SHA
    f5c2394 View commit details
  3. backport of commit 645fcc5

    jbardin committed Dec 15, 2021
    Copy the full SHA
    ca8d28e View commit details
  4. Merge pull request #30176 from hashicorp/backport/jbardin/revert-vali…

    …date-for-each/privately-adapted-rabbit
    
    Backport of use `cty.DynamicVal` for expanded resources during validation into v1.1
    jbardin authored Dec 15, 2021
    Copy the full SHA
    6e239b7 View commit details
  5. update CHANGELOG.md

    jbardin committed Dec 15, 2021
    Copy the full SHA
    418aae8 View commit details
  6. Release v1.1.1

    hc-github-team-tf-core committed Dec 15, 2021
    Copy the full SHA
    fbbca87 View commit details
Loading