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.5.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
  • 13 commits
  • 31 files changed
  • 9 contributors

Commits on May 27, 2025

  1. Configuration menu
    Copy the full SHA
    cfa101d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    c1c33f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. build(deps): Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#412)

    Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.6.0 to 1.6.1.
    - [Release notes](https://github.com/cloudflare/circl/releases)
    - [Commits](cloudflare/circl@v1.6.0...v1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cloudflare/circl
      dependency-version: 1.6.1
      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 Jun 13, 2025
    Configuration menu
    Copy the full SHA
    eee4ed5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. feat: add scheduling configuration for prebuilds (#408)

    * feat: add autoscaling configuration for prebuilds
    
    * fix: improve schedule validation
    
    * fix: allow DOM and Month fields
    
    * docs: improve documentation for timezone field
    
    * docs: make gen
    
    * Update provider/workspace_preset.go
    
    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    
    * docs: improve doc comments
    
    * fix: tests
    
    * refactor: rename autoscaling to scheduling
    
    * docs: make gen
    
    * refactor: minor refactor after renaming
    
    * Update provider/helpers/schedule_validation.go
    
    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    
    * Update provider/helpers/schedule_validation.go
    
    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    
    * refactor: improve docs
    
    * refactor: improve docs
    
    * test: improve test coverage
    
    * test: improve test coverage
    
    * refactor: check for a specific error in tests
    
    * refactor: check for a specific error in tests
    
    ---------
    
    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    evgeniy-scherbina and dannykopping authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    6570400 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. Configuration menu
    Copy the full SHA
    c80041b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Configuration menu
    Copy the full SHA
    e890833 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. build(deps): Bump golang.org/x/mod from 0.24.0 to 0.25.0 (#411)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    e6bbd8c View commit details
    Browse the repository at this point in the history
  2. docs: clarify cron attribute format for coder_script resource (#409)

    Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
    blink-so[bot] authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    0ce611a View commit details
    Browse the repository at this point in the history
  3. Fix coder_script agent_id reference typos (#418)

    Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
    Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
    blink-so[bot] and matifali authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    6a6f740 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Mark tokens as sensitive in data sources (#416)

    * Mark tokens as sensitive in data sources
    
    Mark the following attributes as sensitive to prevent them from being
    logged or displayed in Terraform output:
    
    - data.coder_workspace_owner.me.oidc_access_token
    - data.coder_workspace_owner.me.session_token
    - data.coder_external_auth.example.access_token
    
    This follows the same pattern as ssh_private_key and agent token
    which are already marked as sensitive.
    
    Fixes #266
    
    Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
    
    * Update documentation for sensitive token attributes
    
    Regenerate documentation to reflect that oidc_access_token, session_token,
    and access_token are now marked as sensitive in the schema.
    
    Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
    Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
    blink-so[bot] and matifali authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    f239e51 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. fix: correct URL validation and centralize logic (#421)

    * fix: correct URL validation and centralize logic
    
    * fix: go imports order
    
    * tests: add validation URL tests
    
    * revert: parameter_test ValidDefaultWithOptions test update
    
    * test: update validation_test to use require
    
    * test: update validation_test tests
    ssncferreira authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    d5496af View commit details
    Browse the repository at this point in the history
  2. docs: add link to styling options documentation (#423)

    Add link to coder.com/docs styling options documentation in the
    styling parameter description to help users understand available
    styling attributes.
    
    The link is added in the Go source code so it gets properly
    generated into the documentation by tfplugindocs.
    
    Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
    Co-authored-by: bpmct <22407953+bpmct@users.noreply.github.com>
    blink-so[bot] and bpmct authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    c85b5f7 View commit details
    Browse the repository at this point in the history
  3. feat: add icon and description fields to workspace preset (#422)

    * feat: add icon and description fields to workspace preset
    
    * chore: update preset.icon to use ValidateURL
    
    * docs: add description and icon to preset examples
    
    * chore: run make fmt
    
    * chore: run make gen
    
    * chore: add size limit to preset icon and description
    ssncferreira authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    e6d58d0 View commit details
    Browse the repository at this point in the history
Loading