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.0-pre0
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: v2.4.0-pre1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 5 contributors

Commits on Apr 10, 2025

  1. feat: add the option to debug the coder terraform provider (#378)

    Setting the debug flag runs the provider as a standalone process and provides an environment variable that can be set for Terraform to use it. One can then attach a debugger to the provider process.
    SasSwart authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    53a68cd View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. chore: enhance parameter validation error messages (#379)

    * chore: implement validation in an exported function
    * chore: enhance parameter validation error messages
    Emyrk authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    f66adac View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. chore: update to go 1.24.2 (#382)

    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    johnstcn and dannykopping authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    e40c9b9 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#380)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.33.0 to 0.35.0.
    - [Commits](golang/crypto@v0.33.0...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.35.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    e51ae3a View commit details
    Browse the repository at this point in the history
Loading