-
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.8.0
head repository: coder/terraform-provider-coder
compare: v2.9.0
- 7 commits
- 25 files changed
- 5 contributors
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 <10648092+matifali@users.noreply.github.com>
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 <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>
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 <22407953+bpmct@users.noreply.github.com>
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
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.8.0...v2.9.0