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-json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.0
Choose a base ref
...
head repository: hashicorp/terraform-json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.0
Choose a head ref
  • 7 commits
  • 17 files changed
  • 3 contributors

Commits on Nov 3, 2021

  1. Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0 (#46)

    Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/zclconf/go-cty/releases)
    - [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
    - [Commits](zclconf/go-cty@v1.9.1...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/zclconf/go-cty
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    df4ce64 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Bump github.com/hashicorp/go-version from 1.3.0 to 1.4.0 (#48)

    Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.3.0 to 1.4.0.
    - [Release notes](https://github.com/hashicorp/go-version/releases)
    - [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/go-version@v1.3.0...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-version
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    9230e6c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Bump github.com/google/go-cmp from 0.5.6 to 0.5.7 (#49)

    Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.6 to 0.5.7.
    - [Release notes](https://github.com/google/go-cmp/releases)
    - [Commits](google/go-cmp@v0.5.6...v0.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-cmp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    51c820d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Add full name field to provider config (#50)

    This field will be added in an upcoming release of Terraform.
    alisdair authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    e2dbceb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (#51)

    Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.7 to 0.5.8.
    - [Release notes](https://github.com/google/go-cmp/releases)
    - [Commits](google/go-cmp@v0.5.7...v0.5.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-cmp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2022
    Configuration menu
    Copy the full SHA
    b8ff2d1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Bump github.com/hashicorp/go-version from 1.4.0 to 1.5.0 (#54)

    Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.4.0 to 1.5.0.
    - [Release notes](https://github.com/hashicorp/go-version/releases)
    - [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/go-version@v1.4.0...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-version
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2022
    Configuration menu
    Copy the full SHA
    064a365 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. state/plan: Add output type and relevant_attributes (#53)

    * state: Add output 'type'
    
    * plan: Add RelevantAttributes
    
    * testdata: add tests for 1.2.0 (based on rc1 output)
    radeksimko authored May 25, 2022
    Configuration menu
    Copy the full SHA
    ea4b962 View commit details
    Browse the repository at this point in the history
Loading