-
Notifications
You must be signed in to change notification settings - Fork 23
Comparing changes
Open a pull request
base repository: coder/terraform-provider-coder
base: v2.7.0
head repository: coder/terraform-provider-coder
compare: main
- 17 commits
- 33 files changed
- 10 contributors
Commits on Jun 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e890833 - Browse repository at this point
Copy the full SHA e890833View commit details
Commits on Jun 27, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for e6bbd8c - Browse repository at this point
Copy the full SHA e6bbd8cView commit details -
docs: clarify cron attribute format for coder_script resource (#409)
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ce611a - Browse repository at this point
Copy the full SHA 0ce611aView commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a6f740 - Browse repository at this point
Copy the full SHA 6a6f740View commit details
Commits on Jun 30, 2025
-
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 <[email protected]> * 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 <[email protected]> --------- Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: matifali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f239e51 - Browse repository at this point
Copy the full SHA f239e51View commit details
Commits on Jul 22, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for d5496af - Browse repository at this point
Copy the full SHA d5496afView commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c85b5f7 - Browse repository at this point
Copy the full SHA c85b5f7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e6d58d0 - Browse repository at this point
Copy the full SHA e6d58d0View commit details
Commits on Aug 8, 2025
-
feat(coder-attach): add coder_external_agent resource (#424)
* add coder_external_agent resource * Change token to agent_id
Configuration menu - View commit details
-
Copy full SHA for e04ea9c - Browse repository at this point
Copy the full SHA e04ea9cView commit details
Commits on Aug 12, 2025
-
build(deps): Bump actions/checkout from 4 to 5 (#426)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b358b64 - Browse repository at this point
Copy the full SHA b358b64View commit details
Commits on Aug 25, 2025
-
build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#…
…429) Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.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>
Configuration menu - View commit details
-
Copy full SHA for 06cddce - Browse repository at this point
Copy the full SHA 06cddceView commit details -
build(deps): Bump golang.org/x/mod from 0.25.0 to 0.27.0 (#425)
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.25.0 to 0.27.0. - [Commits](golang/mod@v0.25.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.27.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>
Configuration menu - View commit details
-
Copy full SHA for 42c19bc - Browse repository at this point
Copy the full SHA 42c19bcView commit details
Commits on Aug 28, 2025
-
docs: add Premium license warning for external_agent resource (#434)
* docs: add Premium license warning for external_agent resource Co-authored-by: M Atif Ali <[email protected]> * fix: add Premium license warning to external_agent resource description The warning needs to be in the Go code description field so it gets auto-generated into the documentation. Co-authored-by: M Atif Ali <[email protected]> * docs: remove manual markdown edit to let auto-generation handle warning The warning is now properly added in the Go code description field and will be auto-generated into the documentation. Co-authored-by: M Atif Ali <[email protected]> * docs: add Premium license warning with pricing link to external_agent Updated the Go code description to include a warning about Premium license requirement with a link to pricing, then ran make gen to regenerate the documentation. Co-authored-by: M Atif Ali <[email protected]> --------- Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: M Atif Ali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c9d011 - Browse repository at this point
Copy the full SHA 8c9d011View commit details
Commits on Sep 5, 2025
-
ci: fix go version to that defined in go.mod (#438)
Our version of Go we reference in our .github/** doesn't match that in go.mod. To fix this, I've updated the version of Go and added a check to ensure they're all in sync.
Configuration menu - View commit details
-
Copy full SHA for ac2b839 - Browse repository at this point
Copy the full SHA ac2b839View commit details -
build(deps): Bump actions/setup-go from 5 to 6 (#437)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e26aeb8 - Browse repository at this point
Copy the full SHA e26aeb8View commit details
Commits on Sep 8, 2025
-
build(deps): Bump golang.org/x/mod from 0.27.0 to 0.28.0 (#440)
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.27.0 to 0.28.0. - [Commits](golang/mod@v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.28.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>
Configuration menu - View commit details
-
Copy full SHA for c8bc37a - Browse repository at this point
Copy the full SHA c8bc37aView commit details
Commits on Sep 10, 2025
-
feat: add tooltip field to workspace app (#435)
* feat: add tooltip field to workspace app * remove duplicate test * run make gen * update tooltip max length to 2048
Configuration menu - View commit details
-
Copy full SHA for bb2167e - Browse repository at this point
Copy the full SHA bb2167eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.7.0...main