- Notifications
You must be signed in to change notification settings - Fork22
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:01334b6
head repository:coder/terraform-provider-coder
Uh oh!
There was an error while loading.Please reload this page.
compare:28dae7f
- 6commits
- 14files changed
- 4contributors
Commits on May 18, 2025
fix: allow dropdown form_type for boolean types (#397)
* fix: allow dropdown form_type for boolean types* add dropdown boolean test
Commits on May 19, 2025
build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#400)
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.36.1 to 2.37.0.- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)- [Commits](hashicorp/terraform-plugin-sdk@v2.36.1...v2.37.0)---updated-dependencies:- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2 dependency-version: 2.37.0 dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: map_structure of form_type to match argument name (#401)
* fix: map_structure of form_type to match argument name* chore: required on anonymouse struct too
Commits on May 21, 2025
docs: update README note for local provider testing with correct modu…
…le path (#403)* docs: update README note for local provider testing with correct module path* docs: improve sentence structure* docs: remove extra backtick
Commits on May 23, 2025
feat: add expiration_policy parameter to prebuild resource (#404)
* feat: add cache_invalidation parameter to prebuild resource* fix: formatting* fix: remove TODO comment* fix: cache_invalidation block in integration tests* fix: main.tf integration test* fix: test Prebuilds_is_set_with_a_cache_invalidation_field_without_its_required_fields* fix: remove printf* chore: add comment about partial match in preset test* chore: add comment about cache_invalidation struct as slice* chore: add max validation of 604800 seconds (7 days) for invalidate_after_secs to prevent stale prebuilds* chores: update terraform schema to expiration_policy.ttl & update max validation ttl value to 1 year* fix: comment
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 01334b6...28dae7f
Uh oh!
There was an error while loading.Please reload this page.