Thanks to visit codestin.com
Credit goes to github.com

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: coder/terraform-provider-coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.2
Choose a base ref
...
head repository: coder/terraform-provider-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 9 files changed
  • 4 contributors

Commits on May 18, 2025

  1. fix: allow dropdown form_type for boolean types (#397)

    * fix: allow dropdown form_type for boolean types
    
    * add dropdown boolean test
    Emyrk authored May 18, 2025
    Configuration menu
    Copy the full SHA
    ace4462 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#400)

    Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.36.1 to 2.37.0.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-sdk@v2.36.1...v2.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
      dependency-version: 2.37.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2025
    Configuration menu
    Copy the full SHA
    77de38e View commit details
    Browse the repository at this point in the history
  2. fix: map_structure of form_type to match argument name (#401)

    * fix: map_structure of form_type to match argument name
    * chore: required on anonymouse struct too
    Emyrk authored May 19, 2025
    Configuration menu
    Copy the full SHA
    a4f4065 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. docs: update README note for local provider testing with correct modu…

    …le path (#403)
    
    * docs: update README note for local provider testing with correct module path
    
    * docs: improve sentence structure
    
    * docs: remove extra backtick
    ssncferreira authored May 21, 2025
    Configuration menu
    Copy the full SHA
    0c7fd6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7489953 View commit details
    Browse the repository at this point in the history
Loading