Skip to content

Releases: coder/terraform-provider-coder

v0.23.0

28 May 11:53
v0.23.0
96993eb
Compare
Choose a tag to compare

What's Changed

Note: The following fields of the data source coder_workspace have been deprecated in favour of the corresponding fields of a new data source coder_workspace_owner:

  • coder_workspace.ownercoder_workspace_owner.name
  • coder_workspace.owner_emailcoder_workspace.owner.email
  • coder_workspace.owner_idcoder_workspace_owner.id
  • coder_workspace.owner_namecoder_workspace_owner.full_name
  • coder_workspace.owner_groupscoder_workspace_owner.groups
  • coder_workspace.owner_session_tokencoder_workspace_owner.session_token

New Features

  • Adds data source coder_workspace_owner and deprecates owner fields of coder_workspace (#230)

Testing/Development

  • Adds terraform 1.8.x to test matrix (#229)
  • Adds devcontainer config (#228)

v0.22.0

16 May 15:35
041e000
Compare
Choose a tag to compare
feat: support workspace tags (#223)

v0.21.0

18 Apr 10:35
v0.21.0
b94b7ea
Compare
Choose a tag to compare

What's changed

  • fix(provider): coalesce arch to armv7 if on 32-bit arm (#210)

v0.20.1

03 Apr 15:19
ebce4ce
Compare
Choose a tag to compare
fix: check if owner groups exist before marshaling (#205)

v0.20.0

03 Apr 14:46
176fb6a
Compare
Choose a tag to compare
v0.20.0 Pre-release
Pre-release

What's Changed

  • feat: add owner group to workspace data by @f0ssel in #204

Full Changelog: v0.19.0...v0.20.0

v0.19.0

26 Mar 14:09
ec5b604
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

19 Feb 15:38
f5dc37c
Compare
Choose a tag to compare

What's Changed

  • chore: update description for coder_app url by @matifali in #196
  • ci: test for terraform version 1.6 and 1.7 by @matifali in #197
  • feat: relax error message for number-typed coder parameters by @mtojek in #195

Full Changelog: v0.17.0...v0.18.0

v0.17.0

13 Feb 10:48
7815596
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

12 Feb 23:04
99ba884
Compare
Choose a tag to compare

What's Changed

  • feat: add optional property to coder_external_auth by @aslilac in #185

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

09 Feb 17:49
1797a03
Compare
Choose a tag to compare
fix!: add extra validation for start_blocks_login (#192)