- Notifications
You must be signed in to change notification settings - Fork23
Comparing changes
Open a pull request
base repository:coder/terraform-provider-coder
Uh oh!
There was an error while loading.Please reload this page.
base:v2.8.0
head repository:coder/terraform-provider-coder
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.9.0
- 7commits
- 25files changed
- 5contributors
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>
docs: clarify cron attribute format for coder_script resource (#409)
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
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>
Commits on Jun 30, 2025
Mark tokens as sensitive in data sources (#416)
* Mark tokens as sensitive in data sourcesMark the following attributes as sensitive to prevent them from beinglogged 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_tokenThis follows the same pattern as ssh_private_key and agent tokenwhich are already marked as sensitive.Fixes#266Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>* Update documentation for sensitive token attributesRegenerate 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>
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
docs: add link to styling options documentation (#423)
Add link to coder.com/docs styling options documentation in thestyling parameter description to help users understand availablestyling attributes.The link is added in the Go source code so it gets properlygenerated 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>
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
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
Uh oh!
There was an error while loading.Please reload this page.